From 0e3222312cf2d767cf697f4022650f88fab07eff Mon Sep 17 00:00:00 2001 From: Mayhem Date: Thu, 29 Aug 2013 16:18:52 +0200 Subject: [PATCH] Remove a Chrome bug notice as it didn't seem to actually work. --- src/General/Main.coffee | 12 ------------ 1 file changed, 12 deletions(-) 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