From 76ae3068d8b338addc7bb56fdc82ed76850dfc3c Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 18 Jun 2012 23:51:43 +0200 Subject: [PATCH] No one uses that class. --- 4chan_x.user.js | 1 - script.coffee | 1 - 2 files changed, 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 1cab752ac..7f6bab429 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4464,7 +4464,6 @@ if (!$.id('navtopr')) { return; } - $.addClass(d.body, "chanx_" + (Main.version.split('.')[1])); $.addClass(d.body, $.engine); _ref = ['boardNavDesktop', 'boardNavDesktopFoot']; for (_i = 0, _len = _ref.length; _i < _len; _i++) { diff --git a/script.coffee b/script.coffee index 90faf171f..10f1cddfa 100644 --- a/script.coffee +++ b/script.coffee @@ -3458,7 +3458,6 @@ Main = return unless $.id 'navtopr' return - $.addClass d.body, "chanx_#{Main.version.split('.')[1]}" $.addClass d.body, $.engine for nav in ['boardNavDesktop', 'boardNavDesktopFoot'] if a = $ "a[href$='/#{g.BOARD}/']", $.id nav