summaryrefslogtreecommitdiff
path: root/ext/popup-preview.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-13 23:20:22 -0500
committerGitHub <noreply@github.com>2021-02-13 23:20:22 -0500
commit43d1457ebfe23196348649c245dfb942a0f00a1a (patch)
tree73163416c2f10817df9a7677c059e36565d0a588 /ext/popup-preview.html
parent7a74c3c31ece7788e82c46f22cb4327ffe08307a (diff)
Move bg/js/settings(2) (#1385)
* Move bg/js/settings/ to js/settings/ * Move bg/js/settings2/ to js/settings/
Diffstat (limited to 'ext/popup-preview.html')
-rw-r--r--ext/popup-preview.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/popup-preview.html b/ext/popup-preview.html
index 6f6ff8b1..a331017d 100644
--- a/ext/popup-preview.html
+++ b/ext/popup-preview.html
@@ -54,9 +54,9 @@
<script src="/js/app/frontend.js"></script>
<script src="/js/comm/frame-ancestry-handler.js"></script>
<script src="/js/comm/frame-offset-forwarder.js"></script>
-<script src="/bg/js/settings/popup-preview-frame.js"></script>
+<script src="/js/settings/popup-preview-frame.js"></script>
-<script src="/bg/js/settings/popup-preview-frame-main.js"></script>
+<script src="/js/settings/popup-preview-frame-main.js"></script>
</body>
</html>