set to none for enough
This commit is contained in:
parent
6de7fd0d2d
commit
d6a64b24e9
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user