aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorzefanja <zefanja@freenet.de>2013-08-07 14:35:55 +0700
committerzefanja <zefanja@freenet.de>2013-08-07 14:35:55 +0700
commit7358d6c56001eadcde30e81cf41ccc658c065a7c (patch)
tree8be9d9fa62d7120bc78f545bdabe997213ac7d19 /index.html
parent4671928507af7dac207d4a20ea9b6c296d4c799d (diff)
downloadbiblez-ng-7358d6c56001eadcde30e81cf41ccc658c065a7c.tar.gz
* added work around for FxOS's CSP rules
* added description to manifest files for systemXHR
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/index.html b/index.html
index 330639c..29c19a3 100644
--- a/index.html
+++ b/index.html
@@ -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>