This commit is contained in:
Erik Michaels-Ober 2011-04-03 20:27:31 -07:00
parent d502b4693e
commit f673a39b55
1 changed files with 2 additions and 2 deletions

View File

@ -495,8 +495,8 @@ $(function() {
}); });
} }
}); });
return false;
} }
return false;
}); });
$('#steal_form').live('submit', function() { $('#steal_form').live('submit', function() {
var answer = window.confirm("Are you sure you want to steal this hydrant?") var answer = window.confirm("Are you sure you want to steal this hydrant?")
@ -541,8 +541,8 @@ $(function() {
}); });
} }
}); });
return false;
} }
return false;
}); });
$('#edit_profile_form').live('submit', function() { $('#edit_profile_form').live('submit', function() {
$.ajax({ $.ajax({