Comment out JavaScript redirect workaround

This commit is contained in:
Bernie Chiu 2013-10-04 17:48:58 +08:00
parent 8684388ab9
commit bd6d94a143
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ $(document).ready(function(){
$(this).hide();
}).bind("ajaxError", function() {
$(this).hide();
window.location.href = "<%= panel_ask_front_end_thank_you_path %>";
// window.location.href = "<%= panel_ask_front_end_thank_you_path %>";
});
});
</script>