Fix the sidebar item "Wiki Name Space" with Javascript re-sorting.

This commit is contained in:
JeremyRand 2017-04-03 03:33:10 +00:00
parent 4a9e64caea
commit 74333c931e
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

View File

@ -227,10 +227,12 @@ var processSidebar = function(data) {
// TODO: we should assign an "id" attribute to the "authors" <ul>.
processSidebarMenuGroup($("#authors_0").parent(), newSidebar.find("#authors_0").parent());
// TODO: Wiki Name Space
// TODO: test Wiki Name Space
// TODO: we should assign an "id" attribute to the "namespace" <ul>.
processSidebarMenuGroup($("#namespace_0").parent(), newSidebar.find("#namespace_0").parent());
// TODO: test filetype
// TODO: we should assign an "id" attribute to the "authors" <ul>.
// TODO: we should assign an "id" attribute to the "filetype" <ul>.
processSidebarMenuGroup($("#filetype_0").parent(), newSidebar.find("#filetype_0").parent());
// TODO: navs