diff --git a/vendor/built_in_modules/ask_new/app/views/panel/ask/front_end/ask_questions/index.html.erb b/vendor/built_in_modules/ask_new/app/views/panel/ask/front_end/ask_questions/index.html.erb index 72ac88d59..9a6721a2a 100644 --- a/vendor/built_in_modules/ask_new/app/views/panel/ask/front_end/ask_questions/index.html.erb +++ b/vendor/built_in_modules/ask_new/app/views/panel/ask/front_end/ask_questions/index.html.erb @@ -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 %>"; }); });