another one'
'
This commit is contained in:
parent
e009e19706
commit
42bf2a058a
@ -107,7 +107,7 @@ function showTutorial(message, step, nextStep) {
|
||||
function tutorial() {
|
||||
function show(step) {
|
||||
const currentStage = window.localStorage.getItem('tutorial');
|
||||
if (currentStage === false) {
|
||||
if (currentStage === 'none') {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user