Stop propagation in gold checkout for creddits

This commit is contained in:
MelissaCole
2015-01-13 10:30:10 -08:00
parent 236de26753
commit a1ba729e67

View File

@@ -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();
}
}
}