* task #41783, #task 41765, improve UI for tutorial mode.

This commit is contained in:
Hao Sun
2021-08-26 10:57:44 +08:00
parent 6659fc86a7
commit 7177136cd0
4 changed files with 8 additions and 9 deletions
+3 -4
View File
@@ -288,15 +288,14 @@ $(function()
}, 2000);
});
}
e.preventDefault();
e.stopPropagation();
return false;
}
else
{
finishTask();
}
e.preventDefault();
e.stopPropagation();
return false;
}
if(task.nav.submit) $form.on('click.tutorial', task.nav.submit, onSubmit);
else $form.submit(onSubmit);