Fix bug where GA being slow to load caused crash

This commit is contained in:
Andrew Miner
2015-01-16 21:03:25 -08:00
parent c3aac86e3a
commit 3efdff6ca4
+1 -1
View File
@@ -49,7 +49,7 @@ module.exports = class CraftingGuideRouter extends Backbone.Router
return if @_lastReported is pathname return if @_lastReported is pathname
@_lastReported = pathname @_lastReported = pathname
if global.env is 'production' if global.env is 'production' and ga?
logger.info "Recording GA page view: #{pathname}" logger.info "Recording GA page view: #{pathname}"
ga 'send', 'pageview', pathname ga 'send', 'pageview', pathname
else else