mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 10:06:08 -05:00
Merge branch 'master' into production
This commit is contained in:
commit
52a1f8ebc7
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ module.exports = class CocoRouter extends Backbone.Router
|
|||
$("ul.nav li.#{base}").addClass('active')
|
||||
|
||||
_trackPageView: ->
|
||||
window.tracker?.trackPageView()
|
||||
window.tracker?.trackPageView null, ['Google Analytics']
|
||||
|
||||
onNavigate: (e) ->
|
||||
if _.isString e.viewClass
|
||||
|
|
Loading…
Reference in a new issue