aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/settings-popup-preview.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-12-09 22:45:28 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-12-13 23:11:56 -0500
commitce51fe7eca2e893c8631c62ccb39ce3921ad1b6b (patch)
tree6da0d95cc50342e1f7c1898ba6abebb88b5ddb17 /ext/bg/settings-popup-preview.html
parent11b300ab7670011c2a06e75f72eea4e9bf87cd97 (diff)
Use a single api.js
Diffstat (limited to 'ext/bg/settings-popup-preview.html')
-rw-r--r--ext/bg/settings-popup-preview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/settings-popup-preview.html b/ext/bg/settings-popup-preview.html
index 9b92b4e2..f33ecedf 100644
--- a/ext/bg/settings-popup-preview.html
+++ b/ext/bg/settings-popup-preview.html
@@ -119,9 +119,9 @@
<script src="/mixed/js/core.js"></script>
<script src="/mixed/js/dom.js"></script>
+ <script src="/mixed/js/api.js"></script>
<script src="/mixed/js/text-scanner.js"></script>
- <script src="/fg/js/api.js"></script>
<script src="/fg/js/document.js"></script>
<script src="/fg/js/frontend-api-receiver.js"></script>
<script src="/fg/js/popup.js"></script>