From 44dfb4ec3c4585454ebfbb7b30fe7774c5c6a877 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Tue, 31 May 2016 14:53:32 +0200 Subject: Mostly Firefox compatible --- js/popup-scriptload.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 js/popup-scriptload.js (limited to 'js/popup-scriptload.js') 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(''); -} - -if (typeof chrome !== 'undefined') { - loadScript("js/angular.min.js"); - loadScript("js/popup.js"); -} -- cgit v1.2.3