mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-13 22:12:34 +02:00
Implement fix for multiple fork cards showing (#6757)
This commit is contained in:
committed by
Barış Soner Uşaklı
parent
fe118fe1c3
commit
0c9907367a
@@ -17,6 +17,10 @@ define('forum/topic/fork', ['components', 'postSelect'], function (components, p
|
||||
}
|
||||
|
||||
function onForkThreadClicked() {
|
||||
if (forkModal) {
|
||||
return;
|
||||
}
|
||||
|
||||
app.parseAndTranslate('partials/fork_thread_modal', {}, function (html) {
|
||||
forkModal = html;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user