mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-28 02:27:57 +08:00
fixed project archive in tutorial
This commit is contained in:
parent
32699578ed
commit
2e1d81a985
1 changed files with 17 additions and 3 deletions
|
@ -422,7 +422,8 @@
|
|||
exitOnOverlayClick: false,
|
||||
exitOnEsc: false,
|
||||
disableInteraction: true,
|
||||
tooltipClass: 'custom'
|
||||
tooltipClass: 'custom',
|
||||
tooltipPosition: 'right'
|
||||
})
|
||||
.goToStep(goToStep)
|
||||
.onafterchange(function (tarEl) {
|
||||
|
@ -504,6 +505,19 @@
|
|||
}
|
||||
}
|
||||
|
||||
//
|
||||
function project_tutorial_helper(){
|
||||
if( $('.panel').hasClass('introjs-showElement')){
|
||||
$('.introjs-showElement')
|
||||
.find('.form-submit-link')
|
||||
.css({
|
||||
'pointer-events': 'none',
|
||||
'color': '#d2d2d2'});
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
init();
|
||||
project_tutorial_helper();
|
||||
|
||||
}());
|
Loading…
Reference in a new issue