diff options
Diffstat (limited to 'web-ui/app/sandbox.html')
-rw-r--r-- | web-ui/app/sandbox.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web-ui/app/sandbox.html b/web-ui/app/sandbox.html index 8325b0da..3e110977 100644 --- a/web-ui/app/sandbox.html +++ b/web-ui/app/sandbox.html @@ -5,10 +5,8 @@ <meta charset="utf-8"> <link href="css/sandbox.css" rel="stylesheet" type="text/css"> - <!--usemin_start--> - <script src="js/sandbox.js"></script> + <script src="sandbox.js"></script> <script src="bower_components/iframe-resizer/js/iframeResizer.contentWindow.min.js"></script> - <!--usemin_end--> </head> <body></body> |