Comment out JavaScript redirect workaround
This commit is contained in:
parent
8684388ab9
commit
bd6d94a143
|
@ -21,7 +21,7 @@ $(document).ready(function(){
|
||||||
$(this).hide();
|
$(this).hide();
|
||||||
}).bind("ajaxError", function() {
|
}).bind("ajaxError", function() {
|
||||||
$(this).hide();
|
$(this).hide();
|
||||||
window.location.href = "<%= panel_ask_front_end_thank_you_path %>";
|
// window.location.href = "<%= panel_ask_front_end_thank_you_path %>";
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue