* bug #15187, redirect to tutorial page when user cancel to quit tutorial mode.
This commit is contained in:
@@ -552,6 +552,10 @@ function checkTutorial()
|
||||
window.location.reload();
|
||||
}).error(function(){alert(lang.timeout)});
|
||||
}
|
||||
else
|
||||
{
|
||||
window.location.href = createLink('tutorial', 'index');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user