set to none for enough

This commit is contained in:
ntr
2018-12-21 23:31:28 +11:00
parent 6de7fd0d2d
commit d6a64b24e9
+1 -1
View File
@@ -4,7 +4,7 @@ const OK_BUTTON = '<button type="submit">OK</button>';
const NO_MORE_BUTTON = '<button type="submit">Enough already...</button>';
function noMore(instance, thisToast) {
window.localStorage.set('tutorial', false);
window.localStorage.set('tutorial', 'none');
return instance.hide({ transitionOut: 'fadeOut' }, thisToast);
}