diff options
build - rename 'popup.js' to 'ui.js'
Diffstat (limited to 'app/popup.html')
-rw-r--r-- | app/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/popup.html b/app/popup.html index 148d266d3..109487d3e 100644 --- a/app/popup.html +++ b/app/popup.html @@ -7,6 +7,6 @@ </head> <body style="width:357px; height:600px;"> <div id="app-content"></div> - <script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script> + <script src="./scripts/ui.js" type="text/javascript" charset="utf-8"></script> </body> </html> |