diff options
author | kumavis <aaron@kumavis.me> | 2018-03-29 12:29:57 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-03-29 12:29:57 +0800 |
commit | 253abd60fca5a6efb1a2e0ecbe305989a852ec32 (patch) | |
tree | 179773e462f77175a85d647e595f3f0f20e86abc /app/notification.html | |
parent | b88119c23851144448771e8a6de97e48fb96b2b0 (diff) | |
download | dexon-wallet-253abd60fca5a6efb1a2e0ecbe305989a852ec32.tar.gz dexon-wallet-253abd60fca5a6efb1a2e0ecbe305989a852ec32.tar.zst dexon-wallet-253abd60fca5a6efb1a2e0ecbe305989a852ec32.zip |
build - extension - move js files to toplevel
Diffstat (limited to 'app/notification.html')
-rw-r--r-- | app/notification.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/notification.html b/app/notification.html index 2255ca2c..457ba713 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> |