From 87b8a3c9511f6dd2cba6735ae58e95f977bac0f3 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Tue, 13 Aug 2013 03:10:01 +0200 Subject: [PATCH] Do not warn Firefox users about missing flexbox support anymore. 4chan X assumes Fx22+. --- src/General/Main.coffee | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/General/Main.coffee b/src/General/Main.coffee index 60e4d026c..f58223368 100644 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -211,17 +211,6 @@ Main = catch err new Notification 'warning', 'Cookies need to be enabled on 4chan for <%= meta.name %> to properly function.', 30 - <% if (type === 'userscript') { %> - el = $.el 'span' - el.style.flex = 'test' - if el.style.flex is 'test' - el.innerHTML = """ - Firefox is not correctly set up and some <%= meta.name %> features will be displayed incorrectly.
- Follow the instructions of the install guide to fix it. - """ - new Notification 'warning', el, 30 - <% } %> - $.event '4chanXInitFinished' callbackNodes: (klass, nodes) ->