* bug #15187, redirect to tutorial page when user cancel to quit tutorial mode.

This commit is contained in:
Hao Sun
2021-09-15 10:54:58 +08:00
parent 0947f1a7e1
commit d38a39d6b6
+4
View File
@@ -552,6 +552,10 @@ function checkTutorial()
window.location.reload();
}).error(function(){alert(lang.timeout)});
}
else
{
window.location.href = createLink('tutorial', 'index');
}
}
}