diff --git a/src/General/Main.coffee b/src/General/Main.coffee index afcdbe910..4ba842fc2 100644 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -32,18 +32,6 @@ Main = Conf['archives'] = Redirect.archives $.get Conf, (items) -> $.extend Conf, items - <% if (type === 'crx') { %> - unless items - new Notice 'error', $.el 'span', - innerHTML: """ - It seems like your <%= meta.name %> settings became corrupted due to a Chrome bug.
- Unfortunately, you'll have to fix it yourself. - """ - # Track resolution of this bug. - Main.logError - message: 'Chrome Storage API bug' - error: new Error '~' - <% } %> Main.initFeatures() $.on d, '4chanMainInit', Main.initStyle