diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-01 15:22:37 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-01 16:19:12 -0500 |
commit | ae94f84ffd576a338e6baabd3330c45df1a2c59d (patch) | |
tree | 76e3317344f29bdd0388ead28bc39e1f6deafd57 /ext/bg/settings-popup-preview.html | |
parent | a7e4901f728ac3069d9ae6a185b44971178a10a0 (diff) |
Move settings scripts
Diffstat (limited to 'ext/bg/settings-popup-preview.html')
-rw-r--r-- | ext/bg/settings-popup-preview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/settings-popup-preview.html b/ext/bg/settings-popup-preview.html index 9ca59e44..339467d4 100644 --- a/ext/bg/settings-popup-preview.html +++ b/ext/bg/settings-popup-preview.html @@ -128,6 +128,6 @@ <script src="/fg/js/util.js"></script> <script src="/fg/js/popup-proxy-host.js"></script> <script src="/fg/js/frontend.js"></script> - <script src="/bg/js/settings-popup-preview.js"></script> + <script src="/bg/js/settings/popup-preview-frame.js"></script> </body> </html> |