mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-24 22:17:03 +01:00
Fix dbl advert localstore typo
This commit is contained in:
parent
04ed2720ff
commit
75b2300b23
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user