diff --git a/builds/appchan-x.js b/builds/appchan-x.js index 5d5bdcbe3..91d251c49 100644 --- a/builds/appchan-x.js +++ b/builds/appchan-x.js @@ -14486,7 +14486,7 @@ 'Enabled Mascots nsfw': [], 'Deleted Mascots': [], 'Hidden Categories': ["Questionable"], - selectedArchives: {} + 'selectedArchives': {} }); return $.get(Conf, Main.initFeatures); }, diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 9d93b0295..fce8ed76c 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -14493,7 +14493,7 @@ 'Enabled Mascots nsfw': [], 'Deleted Mascots': [], 'Hidden Categories': ["Questionable"], - selectedArchives: {} + 'selectedArchives': {} }); return $.get(Conf, Main.initFeatures); }, diff --git a/builds/crx/script.js b/builds/crx/script.js index ccec427be..cddf18062 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -14477,7 +14477,7 @@ 'Enabled Mascots nsfw': [], 'Deleted Mascots': [], 'Hidden Categories': ["Questionable"], - selectedArchives: {} + 'selectedArchives': {} }); return $.get(Conf, Main.initFeatures); }, diff --git a/src/General/Main.coffee b/src/General/Main.coffee index 384a55642..a26b046a7 100644 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -23,7 +23,7 @@ Main = 'Enabled Mascots nsfw': [] 'Deleted Mascots': [] 'Hidden Categories': ["Questionable"] - selectedArchives: {} + 'selectedArchives': {} $.get Conf, Main.initFeatures