mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 16:45:18 +08:00
fixes new task button after tutorial ends
This commit is contained in:
parent
77c9c01ec7
commit
5af9d10c6a
1 changed files with 4 additions and 2 deletions
|
@ -3485,8 +3485,10 @@ function canvas_tutorial_helper(){
|
|||
}
|
||||
|
||||
function restore_after_tutorial(){
|
||||
$('#canvas-new-module')
|
||||
.css({'pointer-events': 'auto'});
|
||||
$( document ).ajaxComplete(function() {
|
||||
$('#canvas-new-module')
|
||||
.css({'pointer-events': 'auto'});
|
||||
});
|
||||
|
||||
$('#slide-panel')
|
||||
.css({'pointer-events': 'auto'});
|
||||
|
|
Loading…
Add table
Reference in a new issue