diff options
Diffstat (limited to 'js/popup-scriptload.js')
-rw-r--r-- | js/popup-scriptload.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/js/popup-scriptload.js b/js/popup-scriptload.js deleted file mode 100644 index bcb5370..0000000 --- a/js/popup-scriptload.js +++ /dev/null @@ -1,13 +0,0 @@ - -//Do it this way to make the Firefox version work with content -//scripts and all that crap. Will be removed when everything -//can use the WebExtensions API. - -function loadScript(path) { - document.write('<script src="' + path + '"></script>'); -} - -if (typeof chrome !== 'undefined') { - loadScript("js/angular.min.js"); - loadScript("js/popup.js"); -} |