summaryrefslogtreecommitdiff
path: root/js/reader.js
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 /js/reader.js
parent59ddd75559d9a31b9870fcda06fbb8d1abe4627b (diff)
js: enable strict mode
Diffstat (limited to 'js/reader.js')
-rw-r--r--js/reader.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/reader.js b/js/reader.js
index 453c925..34c5e06 100644
--- a/js/reader.js
+++ b/js/reader.js
@@ -1,3 +1,5 @@
+'use strict';
+
$(document).ready(function() {
$(window).on("click tap", function() {
if (parent.$(".header").is(":visible")) {