mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 06:27:03 +01:00
Fix dbl advert localstore typo
This commit is contained in:
parent
04ed2720ff
commit
75b2300b23
@ -518,7 +518,7 @@
|
|||||||
function displayDblAdvert() {
|
function displayDblAdvert() {
|
||||||
var hideDblUntil = "";
|
var hideDblUntil = "";
|
||||||
if (localstorage_avaliable) {
|
if (localstorage_avaliable) {
|
||||||
localstorage_avaliable = localStorage.getItem("hideDiscordBotsOrgVoteAdUntil");
|
hideDblUntil = localStorage.getItem("hideDiscordBotsOrgVoteAdUntil");
|
||||||
}
|
}
|
||||||
var now = moment();
|
var now = moment();
|
||||||
var hideDblUntilMoment = null;
|
var hideDblUntilMoment = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user