Merge pull request #3250 from alphagov/fix-re-upload-button

Fix exception in track-error js module that broke our re-upload button
This commit is contained in:
Pea M. Tyczynska
2020-01-09 16:36:44 +00:00
committed by GitHub

View File

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