From 38ec696cf2dbcadad0aa50d6e28604081df45501 Mon Sep 17 00:00:00 2001 From: stefanp Date: Mon, 23 Sep 2002 12:21:47 +0000 Subject: [PATCH] temporary fix to have a working list of apps --- Root/macros.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Root/macros.js b/Root/macros.js index 3f5f3be5..fa4e77c9 100644 --- a/Root/macros.js +++ b/Root/macros.js @@ -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) {