temporary fix to have a working list of apps
This commit is contained in:
parent
ad6e93aa38
commit
38ec696cf2
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ function appList_macro(par) {
|
|||
} else {
|
||||
var apps = root.getAllApplications();
|
||||
}
|
||||
apps = apps.sort(sortByName);
|
||||
// apps = apps.sort(sortByName);
|
||||
var html = "";
|
||||
var param = new Object();
|
||||
for (var n in apps) {
|
||||
|
|
Loading…
Add table
Reference in a new issue