No one uses that class.

This commit is contained in:
Nicolas Stepien 2012-06-18 23:51:43 +02:00
parent fb66447648
commit 76ae3068d8
2 changed files with 0 additions and 2 deletions

View File

@ -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++) {

View File

@ -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