This commit is contained in:
Michael Foster 2013-09-15 14:13:43 +10:00
parent 31e64f096e
commit fdbd905d6f

View File

@ -42,7 +42,7 @@ $(window).ready(function() {
$(form).find('input[type="submit"]').val(submit_txt);
$(form).find('input[type="submit"]').removeAttr('disabled');
} else if (post_response.redirect && post_response.id) {
if ($(form).find('input[name="thread"]')) {
if (!$(form).find('input[name="thread"]').length) {
document.location = post_response.redirect;
} else {
$.ajax({