Skip to content

Commit

Permalink
fix: #12533, go to post after changing owner
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Apr 25, 2024
1 parent 466ad0d commit 983a35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/client/topic/change-owner.js
Expand Up @@ -73,7 +73,7 @@ define('forum/topic/change-owner', [
if (err) {
return alerts.error(err);
}
ajaxify.refresh();
ajaxify.go(`/post/${postSelect.pids[0]}`);

closeModal();
});
Expand Down

0 comments on commit 983a35e

Please sign in to comment.