Implement fix for multiple fork cards showing (#6757)

This commit is contained in:
smyther
2018-09-14 15:07:01 +01:00
committed by Barış Soner Uşaklı
parent fe118fe1c3
commit 0c9907367a

View File

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