From 08a59bdb1070c7b4fc42037e503eb65d1729435c Mon Sep 17 00:00:00 2001 From: Robin Lu Date: Mon, 8 Dec 2008 17:32:55 +0800 Subject: [PATCH] fix bug in IE and Firefox --- docroot/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docroot/index.html b/docroot/index.html index cad91fb..8af733d 100644 --- a/docroot/index.html +++ b/docroot/index.html @@ -50,7 +50,6 @@ if (shadow) trclass= " class='shadow'"; encodeName = encodeURI(item.name).replace("'", "'"); - console.log(encodeName); $("" + item.name + "" + "
" + "").appendTo("#filelist"); shadow = !shadow; }); @@ -58,7 +57,7 @@