diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-03 10:30:16 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-03 10:30:16 +0200 |
| commit | 88942cb891bd6456ce429f8e926ec5cb97a95e92 (patch) | |
| tree | fe90b0d242f5b7be61e37e3a51a32a3369e0efa8 /assets/js/ga.js | |
| parent | c17d2b306cf0a06db15983745c0d21e81890f8d0 (diff) | |
| download | gohugo-theme-ed-88942cb891bd6456ce429f8e926ec5cb97a95e92.tar.gz | |
Correct code style
Diffstat (limited to 'assets/js/ga.js')
| -rw-r--r-- | assets/js/ga.js | 2 |
1 files changed, 2 insertions, 0 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; |
