mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 11:25:22 +02:00
Fix dbl advert localstore typo
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user