mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +08:00
Merge pull request #59 from biosistemika/ml_sci_244
fixes tutorial bug of inappropriate window [SCI-244]
This commit is contained in:
commit
b1218cb3d6
1 changed files with 2 additions and 0 deletions
|
@ -1110,6 +1110,8 @@ function constructElementContentsJson(el) {
|
|||
/* Initialize the first-time demo tutorial if needed. */
|
||||
function initializeTutorial() {
|
||||
if (showTutorial()) {
|
||||
ignoreUnsavedWorkAlert = true;
|
||||
|
||||
introJs()
|
||||
.setOptions({
|
||||
overlayOpacity: '0.1',
|
||||
|
|
Loading…
Reference in a new issue