One more #boardNavDesktopFoot

This commit is contained in:
Zixaphir 2015-01-13 10:18:12 -07:00
parent 9d45b0e5c5
commit ba380613ed
3 changed files with 7 additions and 3 deletions

View File

@ -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']);
}); });
}, },

View File

@ -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']);
}); });
}, },

View File

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