diff options
Diffstat (limited to 'ext/action-popup.html')
-rw-r--r-- | ext/action-popup.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/action-popup.html b/ext/action-popup.html index 1b0072a6..e6dbdc44 100644 --- a/ext/action-popup.html +++ b/ext/action-popup.html @@ -81,13 +81,13 @@ </a> </div> -<script src="/mixed/js/core.js"></script> -<script src="/mixed/js/yomichan.js"></script> -<script src="/mixed/js/comm.js"></script> -<script src="/mixed/js/api.js"></script> +<script src="/js/core.js"></script> +<script src="/js/yomichan.js"></script> +<script src="/js/comm/cross-frame-api.js"></script> +<script src="/js/comm/api.js"></script> -<script src="/mixed/js/hotkey-help-controller.js"></script> -<script src="/mixed/js/hotkey-util.js"></script> +<script src="/js/input/hotkey-help-controller.js"></script> +<script src="/js/input/hotkey-util.js"></script> <script src="/bg/js/permissions-util.js"></script> |