Reorder Index menu entries
This commit is contained in:
parent
ac62980325
commit
9368cbb232
@ -2255,7 +2255,7 @@
|
|||||||
textContent: 'Index Navigation'
|
textContent: 'Index Navigation'
|
||||||
}),
|
}),
|
||||||
order: 90,
|
order: 90,
|
||||||
subEntries: [modeEntry, sortEntry, repliesEntry, anchorEntry, refNavEntry]
|
subEntries: [repliesEntry, anchorEntry, refNavEntry, modeEntry, sortEntry]
|
||||||
});
|
});
|
||||||
$.addClass(doc, 'index-loading');
|
$.addClass(doc, 'index-loading');
|
||||||
this.update();
|
this.update();
|
||||||
|
|||||||
@ -2265,7 +2265,7 @@
|
|||||||
textContent: 'Index Navigation'
|
textContent: 'Index Navigation'
|
||||||
}),
|
}),
|
||||||
order: 90,
|
order: 90,
|
||||||
subEntries: [modeEntry, sortEntry, repliesEntry, anchorEntry, refNavEntry]
|
subEntries: [repliesEntry, anchorEntry, refNavEntry, modeEntry, sortEntry]
|
||||||
});
|
});
|
||||||
$.addClass(doc, 'index-loading');
|
$.addClass(doc, 'index-loading');
|
||||||
this.update();
|
this.update();
|
||||||
|
|||||||
@ -64,7 +64,7 @@ Index =
|
|||||||
el: $.el 'span',
|
el: $.el 'span',
|
||||||
textContent: 'Index Navigation'
|
textContent: 'Index Navigation'
|
||||||
order: 90
|
order: 90
|
||||||
subEntries: [modeEntry, sortEntry, repliesEntry, anchorEntry, refNavEntry]
|
subEntries: [repliesEntry, anchorEntry, refNavEntry, modeEntry, sortEntry]
|
||||||
|
|
||||||
$.addClass doc, 'index-loading'
|
$.addClass doc, 'index-loading'
|
||||||
@update()
|
@update()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user