Fix exception in track-error js module that broke our re-upload button

This commit is contained in:
Pea Tyczynska
2020-01-09 15:56:14 +00:00
parent 5bf29495ae
commit a2220f6929

View File

@@ -5,7 +5,7 @@
this.start = function(component) {
if (!ga) return;
if (!('ga' in window)) return;
ga(
'send',