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() {
|
||||
var hideDblUntil = "";
|
||||
if (localstorage_avaliable) {
|
||||
localstorage_avaliable = localStorage.getItem("hideDiscordBotsOrgVoteAdUntil");
|
||||
hideDblUntil = localStorage.getItem("hideDiscordBotsOrgVoteAdUntil");
|
||||
}
|
||||
var now = moment();
|
||||
var hideDblUntilMoment = null;
|
||||
|
Reference in New Issue
Block a user