From cfc197038ff9709cca3708e71f5d291ae7d54b0a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 8 Mar 2018 16:47:50 +0300 Subject: js: enable strict mode --- js/dict.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/dict.js') diff --git a/js/dict.js b/js/dict.js index 22bbf98..8db1718 100644 --- a/js/dict.js +++ b/js/dict.js @@ -1,3 +1,5 @@ +'use strict'; + $(document).ready(function() { $(window).on("mouseup touchend", function() { if (!navigator.onLine) return; -- cgit v1.2.3