* Refresh block when finished todo.

This commit is contained in:
holan20180123
2021-03-19 10:49:08 +08:00
parent a24c58482e
commit b5434ed770
9 changed files with 55 additions and 0 deletions
+4
View File
@@ -474,3 +474,7 @@ $('#modalTeam .btn').click(function()
$('#estimate').val(time);
})
});
$(window).unload(function(){
if(blockID) window.parent.refreshBlock($('#block' + blockID));
});