summaryrefslogtreecommitdiff
path: root/offline.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-03-08 16:47:50 +0300
committerAndrew Dolgov <[email protected]>2018-03-08 16:47:50 +0300
commitcfc197038ff9709cca3708e71f5d291ae7d54b0a (patch)
tree676962dd0c1bf642f97bb0ba11b21094815ad1fb /offline.html
parent59ddd75559d9a31b9870fcda06fbb8d1abe4627b (diff)
js: enable strict mode
Diffstat (limited to 'offline.html')
-rw-r--r--offline.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/offline.html b/offline.html
index 84ec672..30f30fa 100644
--- a/offline.html
+++ b/offline.html
@@ -60,6 +60,8 @@
</div>
<script type="text/javascript">
+ 'use strict';
+
$(document).ready(function() {
if ('serviceWorker' in navigator) {