introdutory popup cookie

This commit is contained in:
zmagod 2016-08-31 15:18:21 +02:00
parent 9ceea255b2
commit fabfa83171

View file

@ -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 });
} }
})(); })();