fixes tutorial bug of inappropriate window

This commit is contained in:
Mojca Lorber 2016-08-12 11:33:27 +02:00
parent 6b17385f3a
commit e6f205368b

View file

@ -1105,6 +1105,8 @@ function constructElementContentsJson(el) {
/* Initialize the first-time demo tutorial if needed. */
function initializeTutorial() {
if (showTutorial()) {
ignoreUnsavedWorkAlert = true;
introJs()
.setOptions({
overlayOpacity: '0.1',