func_correction

This commit is contained in:
KNaveenraj-ladybird
2023-10-03 20:57:34 +05:30
parent 49a1b6a351
commit 20e9884c8f

View File

@@ -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);