aboutsummaryrefslogtreecommitdiff
path: root/extension/popup
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-10 23:52:58 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-10 23:52:58 +0100
commitb3f0b76f7f6a8836a20c908b3a22a34c3a13c9b9 (patch)
tree07c6aef1b87386de726ee89734d46a68edb92908 /extension/popup
parent473503a246aa7a23539a349710c5549d1d87c147 (diff)
Replace format util with ES6 string templates.
Diffstat (limited to 'extension/popup')
-rw-r--r--extension/popup/balance-overview.html1
-rw-r--r--extension/popup/history.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/extension/popup/balance-overview.html b/extension/popup/balance-overview.html
index 166908bbc..b27a9353a 100644
--- a/extension/popup/balance-overview.html
+++ b/extension/popup/balance-overview.html
@@ -4,7 +4,6 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="popup.css" type="text/css">
- <script src="../lib/util.js" type="text/javascript"></script>
<script src="../lib/vendor/handlebars-v4.0.5.js" type="text/javascript"></script>
<script src="../lib/commonHelpers.js" type="text/javascript"></script>
<script src="balance-overview.js" type="text/javascript"></script>
diff --git a/extension/popup/history.html b/extension/popup/history.html
index dccc84605..0b211d8af 100644
--- a/extension/popup/history.html
+++ b/extension/popup/history.html
@@ -4,7 +4,6 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="popup.css" type="text/css">
- <script src="../lib/util.js" type="text/javascript"></script>
<script src="history.js" type="text/javascript"></script>
<script id="balance-template" type="text/x-handlebars-template">