sort works again, uncommented line 116
This commit is contained in:
parent
d3837363e9
commit
5e1913d98b
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ function appList_macro(par) {
|
||||||
} else {
|
} else {
|
||||||
var apps = root.getAllApplications();
|
var apps = root.getAllApplications();
|
||||||
}
|
}
|
||||||
// apps = apps.sort(sortByName);
|
apps = apps.sort(sortByName);
|
||||||
var html = "";
|
var html = "";
|
||||||
var param = new Object();
|
var param = new Object();
|
||||||
for (var n in apps) {
|
for (var n in apps) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue