Skip to content

Commit b30d2f8

Browse files
committed
pages
1 parent 0f59d2a commit b30d2f8

File tree

9 files changed

+1
-1
lines changed

9 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

popup/helpers/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function viewScriptSource(script) {
5454
});
5555

5656
chrome.windows.create({
57-
url: chrome.runtime.getURL("viewScriptSource/index.html"),
57+
url: chrome.runtime.getURL("pages/viewScriptSource/index.html"),
5858
type: "popup",
5959
height: 450,
6060
width: 700,

0 commit comments

Comments
 (0)