]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1186 d1b88da0-ebda-0310...
authorfrancis <francis@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 11 Oct 2007 20:37:55 +0000 (20:37 +0000)
committerfrancis <francis@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 11 Oct 2007 20:37:55 +0000 (20:37 +0000)
UI/WebServerResources/SchedulerUI.js

index af65b80e6b9fa2e66b76b1f4eb8e27df7faf56a8..2a92d8f7e04edf818e26bbcfa2a63e0210f5330d 100644 (file)
@@ -1438,7 +1438,7 @@ function appendCalendar(folderName, folder) {
 
     var colorBox = document.createElement("div");
     li.appendChild(colorBox);
-    li.appendChild(document.createTextNode(" " + folderName)); log (folderName);
+    li.appendChild(document.createTextNode(" " + folderName));
     colorBox.appendChild(document.createTextNode("OO"));
 
     $(colorBox).addClassName("colorBox");