新建作业和题库时关掉提示信息后无法再次显示
This commit is contained in:
parent
4e59c4e31c
commit
537bd14aa9
|
|
@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue