* Refresh block when finished todo.
This commit is contained in:
@@ -474,3 +474,7 @@ $('#modalTeam .btn').click(function()
|
||||
$('#estimate').val(time);
|
||||
})
|
||||
});
|
||||
|
||||
$(window).unload(function(){
|
||||
if(blockID) window.parent.refreshBlock($('#block' + blockID));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user