mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 00:49:07 +08:00
fixed new task error
This commit is contained in:
parent
8ff645fb89
commit
7a47ff6bc5
1 changed files with 4 additions and 6 deletions
|
@ -3445,14 +3445,12 @@ function canvas_tutorial_helper(){
|
|||
.css({'pointer-events': 'none'});
|
||||
});
|
||||
}
|
||||
$( document ).ajaxComplete(function() {
|
||||
$('#canvas-new-module')
|
||||
.css({'pointer-events': 'none'});
|
||||
});
|
||||
});
|
||||
|
||||
$( document ).ajaxComplete(function() {
|
||||
if( $('div').hasClass('introjs-showElement') ){
|
||||
$('#canvas-new-module')
|
||||
.css({'pointer-events': 'none'});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function restore_after_tutorial(){
|
||||
|
|
Loading…
Reference in a new issue