update v1.0.7.9 R.C.

This commit is contained in:
Sujit Prasad
2016-08-04 19:33:27 +05:30
parent dce496273d
commit 4c96bc9765

View File

@@ -1397,12 +1397,9 @@ if ($thread->title != "") {
var message = "{!! Lang::get('lang.your_ticket_have_been_closed') !!}";
$("#alert11").show();
$('#message-success1').html(message);
setInterval(function(){
$("#alert11").hide();
setTimeout(function() {
window.location = document.referrer;
}, 500);
}, 2000);
setTimeout(function() {
window.location = document.referrer;
}, 500);
}
})
return false;