diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-11 09:44:01 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-11 09:44:01 +0200 |
| commit | 0e5fe09b09bf9491732748520e6ad37b74453488 (patch) | |
| tree | 10e6a9b070626353efcdba9f9bc69b3007d8a57d /assets/js/ga.js | |
| parent | 477e47f4eda5344b799839d0d645d125c903b099 (diff) | |
| download | gohugo-theme-ed-0e5fe09b09bf9491732748520e6ad37b74453488.tar.gz | |
Rework site search to pass config params
Diffstat (limited to 'assets/js/ga.js')
| -rw-r--r-- | assets/js/ga.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/assets/js/ga.js b/assets/js/ga.js index ae324bb..83d1b6e 100644 --- a/assets/js/ga.js +++ b/assets/js/ga.js @@ -1,5 +1,3 @@ -'use strict'; - function isDoNotTrackEnabled() { if (typeof window === 'undefined') { return false; |
