fix: #12533, go to post after changing owner

This commit is contained in:
Barış Soner Uşaklı
2024-04-25 19:41:40 -04:00
parent 466ad0d95c
commit 983a35e638

View File

@@ -73,7 +73,7 @@ define('forum/topic/change-owner', [
if (err) { if (err) {
return alerts.error(err); return alerts.error(err);
} }
ajaxify.refresh(); ajaxify.go(`/post/${postSelect.pids[0]}`);
closeModal(); closeModal();
}); });