gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14189 - gnunet-www/GNUnet


From: gnunet
Subject: [GNUnet-SVN] r14189 - gnunet-www/GNUnet
Date: Mon, 17 Jan 2011 10:48:18 +0100

Author: grothoff
Date: 2011-01-17 10:48:18 +0100 (Mon, 17 Jan 2011)
New Revision: 14189

Modified:
   gnunet-www/GNUnet/script.js
Log:
decap

Modified: gnunet-www/GNUnet/script.js
===================================================================
--- gnunet-www/GNUnet/script.js 2011-01-17 09:45:39 UTC (rev 14188)
+++ gnunet-www/GNUnet/script.js 2011-01-17 09:48:18 UTC (rev 14189)
@@ -16,7 +16,7 @@
 // Source: http://www.alistapart.com/articles/horizdropdowns/
 
 menuOver=function(navRoot) {
-  if (navRoot == NULL) return;
+  if (navRoot == null) return;
   for (i=0; i<navRoot.childNodes.length; i++) {
     node = navRoot.childNodes[i];
     if (node.nodeName=="LI") {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]