da fuq?
This commit is contained in:
parent
456c9af18d
commit
767b89a82c
@ -1707,9 +1707,9 @@
|
||||
return _this;
|
||||
});
|
||||
$.ready(function() {
|
||||
var a, cs;
|
||||
_this.footer = $.id('boardNavDesktopFoot');
|
||||
if (a = $("a[href*='/" + g.BOARD + "/']", $.id('boardNavDesktopFoot'))) {
|
||||
var a, cs, footer;
|
||||
_this.footer = footer = $.id('boardNavDesktopFoot');
|
||||
if (a = $("a[href*='/" + g.BOARD + "/']", footer)) {
|
||||
a.className = 'current';
|
||||
$.on(a, 'click', Index.cb.link);
|
||||
}
|
||||
|
||||
@ -1717,9 +1717,9 @@
|
||||
return _this;
|
||||
});
|
||||
$.ready(function() {
|
||||
var a, cs;
|
||||
_this.footer = $.id('boardNavDesktopFoot');
|
||||
if (a = $("a[href*='/" + g.BOARD + "/']", $.id('boardNavDesktopFoot'))) {
|
||||
var a, cs, footer;
|
||||
_this.footer = footer = $.id('boardNavDesktopFoot');
|
||||
if (a = $("a[href*='/" + g.BOARD + "/']", footer)) {
|
||||
a.className = 'current';
|
||||
$.on(a, 'click', Index.cb.link);
|
||||
}
|
||||
|
||||
@ -101,8 +101,8 @@ Header =
|
||||
@
|
||||
|
||||
$.ready =>
|
||||
@footer = $.id 'boardNavDesktopFoot'
|
||||
if a = $ "a[href*='/#{g.BOARD}/']", $.id 'boardNavDesktopFoot'
|
||||
@footer = footer = $.id 'boardNavDesktopFoot'
|
||||
if a = $ "a[href*='/#{g.BOARD}/']", footer
|
||||
a.className = 'current'
|
||||
$.on a, 'click', Index.cb.link
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user