* limit range for iframe modal triggers.
This commit is contained in:
@@ -595,7 +595,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