summaryrefslogtreecommitdiff
path: root/ext/action-popup.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-15 12:50:21 -0500
committerGitHub <noreply@github.com>2021-02-15 12:50:21 -0500
commit74a9c7499c27564917e716a4a05bf9441428f336 (patch)
tree38e9b7efebd4e1d3735b742452210307eadb5e8f /ext/action-popup.html
parent4be066ac8a7137edf11e5614e53962084664fce9 (diff)
Update html files and scripts (#1403)
* Add <!-- Scripts --> heading for consistency * Update indentation of background.html to be more consistent * Update script grouping
Diffstat (limited to 'ext/action-popup.html')
-rw-r--r--ext/action-popup.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/action-popup.html b/ext/action-popup.html
index 91587684..4ffed0d7 100644
--- a/ext/action-popup.html
+++ b/ext/action-popup.html
@@ -81,12 +81,13 @@
</a>
</div>
+<!-- Scripts -->
<script src="/js/core.js"></script>
-<script src="/js/comm/api.js"></script>
-<script src="/js/comm/cross-frame-api.js"></script>
<script src="/js/yomichan.js"></script>
+<script src="/js/comm/api.js"></script>
+<script src="/js/comm/cross-frame-api.js"></script>
<script src="/js/data/permissions-util.js"></script>
<script src="/js/input/hotkey-help-controller.js"></script>
<script src="/js/input/hotkey-util.js"></script>