* remove transition of task.
This commit is contained in:
@@ -4,4 +4,4 @@ function assign(taskID, assignedTo)
|
||||
$('.assign').height(40);
|
||||
$('.assign').load(createLink('user', 'ajaxGetUser', 'taskID=' + taskID + '&assignedTo=' + assignedTo));
|
||||
}
|
||||
$(function(){$('.iframe').colorbox({width:900, height:400, iframe:true});})
|
||||
$(function(){$('.iframe').colorbox({width:900, height:400, iframe:true, transition:'none'});})
|
||||
|
||||
Reference in New Issue
Block a user