mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 17:16:28 +02:00
closes #3948
This commit is contained in:
@@ -118,7 +118,7 @@ define('forum/topic/fork', ['components'], function(components) {
|
||||
|
||||
if (pids.length) {
|
||||
pids.sort(function(a,b) { return a - b; });
|
||||
forkModal.find('#fork-pids').html(pids.toString());
|
||||
forkModal.find('#fork-pids').html(pids.join(', '));
|
||||
} else {
|
||||
showNoPostsSelected();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user