Comment out JavaScript redirect workaround
This commit is contained in:
parent
8684388ab9
commit
bd6d94a143
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue