set to none for enough
This commit is contained in:
parent
d6a64b24e9
commit
e009e19706
@ -4,7 +4,7 @@ const OK_BUTTON = '<button type="submit">OK</button>';
|
|||||||
const NO_MORE_BUTTON = '<button type="submit">Enough already...</button>';
|
const NO_MORE_BUTTON = '<button type="submit">Enough already...</button>';
|
||||||
|
|
||||||
function noMore(instance, thisToast) {
|
function noMore(instance, thisToast) {
|
||||||
window.localStorage.set('tutorial', 'none');
|
window.localStorage.setItem('tutorial', 'none');
|
||||||
return instance.hide({ transitionOut: 'fadeOut' }, thisToast);
|
return instance.hide({ transitionOut: 'fadeOut' }, thisToast);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user