mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +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,
|
||||
keyboard: false,
|
||||
});
|
||||
Cookies.set('popup-already-shown', 'yes');
|
||||
Cookies.set('popup-already-shown', 'yes', { expires: 7300 });
|
||||
}
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue