temporary fix to have a working list of apps

This commit is contained in:
stefanp 2002-09-23 12:21:47 +00:00
parent ad6e93aa38
commit 38ec696cf2

View file

@ -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) {