diff options
Diffstat (limited to 'ext/action-popup.html')
-rw-r--r-- | ext/action-popup.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/action-popup.html b/ext/action-popup.html index e6dbdc44..79a3df88 100644 --- a/ext/action-popup.html +++ b/ext/action-popup.html @@ -89,9 +89,9 @@ <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> +<script src="/js/data/permissions-util.js"></script> -<script src="/bg/js/context-main.js"></script> +<script src="/js/pages/action-popup-main.js"></script> </body> </html> |