Merge pull request #59 from biosistemika/ml_sci_244

fixes tutorial bug of inappropriate window [SCI-244]
This commit is contained in:
mlorb 2016-08-25 17:16:45 +02:00 committed by GitHub
commit b1218cb3d6

View file

@ -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',