Commit a239fe2e by Carlos Andrés Rocha

Add google analytics to model signup and login panels

[# 40805407]
parent 0c4ced63
......@@ -32,8 +32,10 @@ $ ->
$('#login').click ->
$('#login_form input[name="email"]').focus()
_gaq.push(['_trackPageview', '/login'])
false
$('#signup').click ->
$('#signup-modal input[name="email"]').focus()
_gaq.push(['_trackPageview', '/signup'])
false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment