Merge branch 'sprint/168_sunhao/improve_kanban' into 'sprint/168'

* Limit range for iframe modal triggers.

See merge request easycorp/zentaopms!234
This commit is contained in:
朱金勇
2021-11-01 02:10:25 +00:00
+1 -1
View File
@@ -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();