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/offline.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/offline.js') diff --git a/js/offline.js b/js/offline.js index 40e230b..749b3ff 100644 --- a/js/offline.js +++ b/js/offline.js @@ -1,3 +1,5 @@ +'use strict'; + function offline_search(form) { var query = $(".search_query").val(); -- cgit v1.2.3