diff options
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 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> |