新建作业和题库时关掉提示信息后无法再次显示

This commit is contained in:
cxt 2017-07-07 20:36:17 +08:00
parent 4e59c4e31c
commit 537bd14aa9
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ function notice_box_redirect_remote(url, str){
// 警告/提示弹框点击“x”关闭
$(function(){
$("button.task-close").live('click', function(){
$("button.task-close").parent().remove();
$("button.task-close").parent().hide();
});
});