aboutsummaryrefslogtreecommitdiff
path: root/popup.html
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2015-09-18 15:42:21 +0000
committerEinar Egilsson <einar@einaregilsson.com>2015-09-18 15:42:21 +0000
commitb2ba3216ea5dbe6a74fdfa75611fce95c1481316 (patch)
tree0ed80d05edc5497d64455197a04fabec7aa8d69d /popup.html
parent862d738c79dc6f8188d3f9fefd46c01179041710 (diff)
Halfway to making Firefox compatible
Diffstat (limited to 'popup.html')
-rw-r--r--popup.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/popup.html b/popup.html
index db72080..7ee5cb7 100644
--- a/popup.html
+++ b/popup.html
@@ -4,6 +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>
</head>