Skip to content
Snippets Groups Projects
Commit b7a6663a authored by khawkins98's avatar khawkins98
Browse files

Don't burn GA quota when logging #123

parent ea21ad8e
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,10 @@
}
};
if (analyticsLogging === true && delay < 200) {
delay = 150; // don't burn the GA api quota
}
// Overwrite default settings with user provided ones. Declare some vars.
var options = $.extend(defaults, settings);
var keyDelay, filter, child;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment