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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user