aboutsummaryrefslogtreecommitdiff
path: root/popup.html
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2016-05-31 14:53:32 +0200
committerEinar Egilsson <einar@einaregilsson.com>2016-05-31 14:53:32 +0200
commit44dfb4ec3c4585454ebfbb7b30fe7774c5c6a877 (patch)
treef37394844b1b1960d77e6dd1ac6275d23415cc6e /popup.html
parent77f60e0af6c36009a9bb6edbea04aeace9478637 (diff)
Mostly Firefox compatible
Diffstat (limited to 'popup.html')
-rw-r--r--popup.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/popup.html b/popup.html
index b00b2ee..db72080 100644
--- a/popup.html
+++ b/popup.html
@@ -4,7 +4,8 @@
<title>REDIRECTOR</title>
<link rel="stylesheet" href="css/popup.css" />
<meta charset="UTF-8">
- <script src="js/popup-scriptload.js"></script>
+ <script src="js/angular.min.js"></script>
+ <script src="js/popup.js"></script>
</head>
<body ng-app="popupApp" ng-controller="PopupCtrl">
<h1>REDIRECTOR</h1>