diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2020-01-06 14:32:30 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-01-06 14:32:30 -0500 |
commit | 10ef81bf85ad0a4bad0d204838e14c99ca2526f7 (patch) | |
tree | b4bb36a326d41de12d1a6181d2a2baf34696ac24 /plugins/jetpack/_inc/lib/tracks/tracks-callables.js | |
parent | Updating script for Update (diff) | |
download | blogs-gentoo-10ef81bf85ad0a4bad0d204838e14c99ca2526f7.tar.gz blogs-gentoo-10ef81bf85ad0a4bad0d204838e14c99ca2526f7.tar.bz2 blogs-gentoo-10ef81bf85ad0a4bad0d204838e14c99ca2526f7.zip |
Update jetpack 8.0
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'plugins/jetpack/_inc/lib/tracks/tracks-callables.js')
-rw-r--r-- | plugins/jetpack/_inc/lib/tracks/tracks-callables.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/jetpack/_inc/lib/tracks/tracks-callables.js b/plugins/jetpack/_inc/lib/tracks/tracks-callables.js index d4e53af6..4e033d2c 100644 --- a/plugins/jetpack/_inc/lib/tracks/tracks-callables.js +++ b/plugins/jetpack/_inc/lib/tracks/tracks-callables.js @@ -8,6 +8,9 @@ // Load tracking scripts window._tkq = window._tkq || []; +var _user; +var debug = console.error; // eslint-disable-line no-console + function buildQuerystring( group, name ) { var uriComponent = ''; |