aboutsummaryrefslogtreecommitdiffstats
path: root/app/notification.html
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-03-29 12:29:57 +0800
committerkumavis <aaron@kumavis.me>2018-03-29 12:29:57 +0800
commit253abd60fca5a6efb1a2e0ecbe305989a852ec32 (patch)
tree179773e462f77175a85d647e595f3f0f20e86abc /app/notification.html
parentb88119c23851144448771e8a6de97e48fb96b2b0 (diff)
downloadtangerine-wallet-browser-253abd60fca5a6efb1a2e0ecbe305989a852ec32.tar
tangerine-wallet-browser-253abd60fca5a6efb1a2e0ecbe305989a852ec32.tar.gz
tangerine-wallet-browser-253abd60fca5a6efb1a2e0ecbe305989a852ec32.tar.bz2
tangerine-wallet-browser-253abd60fca5a6efb1a2e0ecbe305989a852ec32.tar.lz
tangerine-wallet-browser-253abd60fca5a6efb1a2e0ecbe305989a852ec32.tar.xz
tangerine-wallet-browser-253abd60fca5a6efb1a2e0ecbe305989a852ec32.tar.zst
tangerine-wallet-browser-253abd60fca5a6efb1a2e0ecbe305989a852ec32.zip
build - extension - move js files to toplevel
Diffstat (limited to 'app/notification.html')
-rw-r--r--app/notification.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/notification.html b/app/notification.html
index 2255ca2c1..457ba7137 100644
--- a/app/notification.html
+++ b/app/notification.html
@@ -11,6 +11,6 @@
</head>
<body class="notification" style="height:600px;">
<div id="app-content"></div>
- <script src="./scripts/ui.js" type="text/javascript" charset="utf-8"></script>
+ <script src="./ui.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>