diff options
| -rw-r--r-- | assets/js/ga.js | 2 | ||||
| -rw-r--r-- | static/js/ed.js | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/assets/js/ga.js b/assets/js/ga.js index 83d1b6e..ae324bb 100644 --- a/assets/js/ga.js +++ b/assets/js/ga.js @@ -1,3 +1,5 @@ +'use strict'; + function isDoNotTrackEnabled() { if (typeof window === 'undefined') { return false; diff --git a/static/js/ed.js b/static/js/ed.js index 79a9626..ad9a93a 100644 --- a/static/js/ed.js +++ b/static/js/ed.js @@ -1 +1 @@ -/* */ +'use strict'; |
