* support for using iframe modal in kanban page.

This commit is contained in:
Hao Sun
2021-10-28 11:31:50 +08:00
parent e26a26f934
commit 7cf59f0e13
+7
View File
@@ -361,4 +361,11 @@ $(function()
/* Create task kanban 创建 任务 看板 */
createKanban('task', kanbanGroup.task, commonOptions);
/* Init iframe modals */
$(document).on('click', '.iframe', function(event)
{
$(this).modalTrigger({show: true});
event.preventDefault();
});
});