mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Stop propagation in gold checkout for creddits
This commit is contained in:
@@ -87,7 +87,8 @@ r.analytics = {
|
||||
|
||||
if (_gat && _gat._getTracker){
|
||||
// GA is loaded; form will submit via the _gaq.push'ed function
|
||||
event.preventDefault()
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user