func_correction
This commit is contained in:
@@ -1833,10 +1833,11 @@ if ($thread->title != "") {
|
|||||||
}, 500);
|
}, 500);
|
||||||
},
|
},
|
||||||
success: function(json) {
|
success: function(json) {
|
||||||
|
$("#show3").hide();
|
||||||
|
$("#t1").show();
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
location.reload();
|
location.reload();
|
||||||
}, 1000);
|
}, 4000);
|
||||||
|
|
||||||
$("#alert21").show();
|
$("#alert21").show();
|
||||||
$('#message-success2').html(json.result.success);
|
$('#message-success2').html(json.result.success);
|
||||||
|
Reference in New Issue
Block a user