* fixed a bug: page not reload when close modal on story/view.

This commit is contained in:
Catouse
2014-06-09 16:16:39 +08:00
parent 3b854e6224
commit bade5dfd2c
4 changed files with 10 additions and 14 deletions
-4
View File
@@ -4,7 +4,3 @@ function assign(taskID, assignedTo)
$('.assign').height(40);
$('.assign').load(createLink('user', 'ajaxGetUser', 'taskID=' + taskID + '&assignedTo=' + assignedTo));
}
$(function()
{
if(onlybody != 'yes') $('.iframe').modalTrigger({width:900, type:'iframe', afterHide:function(){parent.location.href=parent.location.href;}});
})