One more #boardNavDesktopFoot
This commit is contained in:
parent
9d45b0e5c5
commit
ba380613ed
@ -15611,7 +15611,9 @@
|
|||||||
el: el,
|
el: el,
|
||||||
order: 95
|
order: 95
|
||||||
});
|
});
|
||||||
return $.on(d, '4chanXInitFinished', function() {
|
return $.asap((function() {
|
||||||
|
return $.id('boardNavDesktopFoot');
|
||||||
|
}), function() {
|
||||||
return CatalogLinks.set(Conf['Header catalog links']);
|
return CatalogLinks.set(Conf['Header catalog links']);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
@ -15626,7 +15626,9 @@
|
|||||||
el: el,
|
el: el,
|
||||||
order: 95
|
order: 95
|
||||||
});
|
});
|
||||||
return $.on(d, '4chanXInitFinished', function() {
|
return $.asap((function() {
|
||||||
|
return $.id('boardNavDesktopFoot');
|
||||||
|
}), function() {
|
||||||
return CatalogLinks.set(Conf['Header catalog links']);
|
return CatalogLinks.set(Conf['Header catalog links']);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
@ -14,7 +14,7 @@ CatalogLinks =
|
|||||||
el: el
|
el: el
|
||||||
order: 95
|
order: 95
|
||||||
|
|
||||||
$.on d, '4chanXInitFinished', ->
|
$.asap (-> $.id 'boardNavDesktopFoot' ), ->
|
||||||
# Set links on load.
|
# Set links on load.
|
||||||
CatalogLinks.set Conf['Header catalog links']
|
CatalogLinks.set Conf['Header catalog links']
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user