add sort names/titles
This commit is contained in:
parent
984a354cf8
commit
6bce40ad3a
8 changed files with 579 additions and 0 deletions
|
|
@ -456,6 +456,14 @@ oml.ui.mainMenu = function() {
|
|||
oml.localStorage('enableDebugMode', true);
|
||||
}
|
||||
window.location.reload();
|
||||
} else if (id == 'sortnames') {
|
||||
(oml.$ui.namesDialog || (
|
||||
oml.$ui.namesDialog = oml.ui.namesDialog()
|
||||
)).open();
|
||||
} else if (id == 'sorttitles') {
|
||||
(oml.$ui.titlesDialog || (
|
||||
oml.$ui.titlesDialog = oml.ui.titlesDialog()
|
||||
)).open();
|
||||
} else {
|
||||
Ox.print('MAIN MENU DOES NOT YET HANDLE', id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue