mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-28 11:14:24 +08:00
introdutory popup cookie
This commit is contained in:
parent
9ceea255b2
commit
fabfa83171
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
||||||
backdrop: true,
|
backdrop: true,
|
||||||
keyboard: false,
|
keyboard: false,
|
||||||
});
|
});
|
||||||
Cookies.set('popup-already-shown', 'yes');
|
Cookies.set('popup-already-shown', 'yes', { expires: 7300 });
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue