mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 20:01:01 -05:00
Fix exception in track-error js module that broke our re-upload button
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
this.start = function(component) {
|
||||
|
||||
if (!ga) return;
|
||||
if (!('ga' in window)) return;
|
||||
|
||||
ga(
|
||||
'send',
|
||||
|
||||
Reference in New Issue
Block a user