From 54d7df7703a1778ba94c11322cfcdc33092fcfc9 Mon Sep 17 00:00:00 2001 From: Alex Torma Date: Fri, 2 Aug 2024 13:09:55 -0400 Subject: [PATCH] Fixes options page broken on arc (#1082) --- popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup.js b/popup.js index c64c0a23..8f37a7f5 100644 --- a/popup.js +++ b/popup.js @@ -1,6 +1,6 @@ document.addEventListener("DOMContentLoaded", function () { document.querySelector("#config").addEventListener("click", function () { - window.open(chrome.runtime.getURL("options.html")); + chrome.runtime.openOptionsPage() }); document.querySelector("#about").addEventListener("click", function () {