From e009e19706eea5c3f7813283bb02f77ec7fa8168 Mon Sep 17 00:00:00 2001 From: ntr Date: Fri, 21 Dec 2018 23:32:52 +1100 Subject: [PATCH] set to none for enough --- client/src/tutorial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/tutorial.js b/client/src/tutorial.js index bfc283c9..3d8bc01a 100644 --- a/client/src/tutorial.js +++ b/client/src/tutorial.js @@ -4,7 +4,7 @@ const OK_BUTTON = ''; const NO_MORE_BUTTON = ''; function noMore(instance, thisToast) { - window.localStorage.set('tutorial', 'none'); + window.localStorage.setItem('tutorial', 'none'); return instance.hide({ transitionOut: 'fadeOut' }, thisToast); }