another one'

'
This commit is contained in:
ntr 2018-12-22 01:23:33 +11:00
parent e009e19706
commit 42bf2a058a

View File

@ -107,7 +107,7 @@ function showTutorial(message, step, nextStep) {
function tutorial() { function tutorial() {
function show(step) { function show(step) {
const currentStage = window.localStorage.getItem('tutorial'); const currentStage = window.localStorage.getItem('tutorial');
if (currentStage === false) { if (currentStage === 'none') {
return false; return false;
} }