Minor change in order of args

This commit is contained in:
Knut Sveidqvist
2019-11-23 20:52:53 +01:00
parent 731fbf13e8
commit 5e22c8f694
2 changed files with 2 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -46,7 +46,7 @@ const saveStatistcs = graphType => {
timeout = setTimeout(
function() {
console.log('ga:', 'send', 'event', 'render', graphType, graphType);
ga('send', 'event', 'render', graphType, graphType);
ga('send', 'event', graphType, 'render', 'render');
},
5000);
};