aboutsummaryrefslogtreecommitdiff
path: root/popup.html
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2015-09-24 11:25:45 +0000
committerEinar Egilsson <einar@einaregilsson.com>2015-09-24 11:25:45 +0000
commit3adcb7ae1654928a8a86de4cf329dcd912bcbb33 (patch)
tree6a992508214e6d6a31af400e5ff8a192203e5fd0 /popup.html
parentf432a10a164e9a32f7bb915e5ca8cef5489f3ccd (diff)
3.0.1. Fix Firefox disabling issues, simplify the chrome api shim, make things a bit more robust
Diffstat (limited to 'popup.html')
-rw-r--r--popup.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/popup.html b/popup.html
index 7ee5cb7..b00b2ee 100644
--- a/popup.html
+++ b/popup.html
@@ -4,9 +4,7 @@
<title>REDIRECTOR</title>
<link rel="stylesheet" href="css/popup.css" />
<meta charset="UTF-8">
- <script src="js/firefox/page-shim.js"></script>
- <script src="js/angular.min.js"></script>
- <script src="js/popup.js"></script>
+ <script src="js/popup-scriptload.js"></script>
</head>
<body ng-app="popupApp" ng-controller="PopupCtrl">
<h1>REDIRECTOR</h1>