diff --git a/module/execution/js/kanban.js b/module/execution/js/kanban.js index 6a08704864..308496ba07 100644 --- a/module/execution/js/kanban.js +++ b/module/execution/js/kanban.js @@ -673,7 +673,7 @@ $(function() if(browseType == 'all' || browseType == 'task') createKanban('task', kanbanGroup.task, commonOptions); /* Init iframe modals */ - $(document).on('click', '.iframe', function(event) + $(document).on('click', '#kanbans .iframe,.contextmenu-menu .iframe', function(event) { $(this).modalTrigger({show: true, width: '500px'}); event.preventDefault();