diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -16,12 +16,5 @@ <script src="build/app.js" charset="utf-8"></script> </head> <body class="enyo-unselectable"> - <script> - if (!window.App) { - alert('No application build found, redirecting to debug.html.'); - location = 'debug.html'; - } - new App().renderInto(document.body); - </script> </body> </html> |