diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-15 12:50:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 12:50:21 -0500 |
commit | 74a9c7499c27564917e716a4a05bf9441428f336 (patch) | |
tree | 38e9b7efebd4e1d3735b742452210307eadb5e8f /ext/action-popup.html | |
parent | 4be066ac8a7137edf11e5614e53962084664fce9 (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.html | 5 |
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> |