gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r14188 - gnunet-www/GNUnet
Date: Mon, 17 Jan 2011 10:45:39 +0100

Author: grothoff
Date: 2011-01-17 10:45:39 +0100 (Mon, 17 Jan 2011)
New Revision: 14188

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

Modified: gnunet-www/GNUnet/script.js
===================================================================
--- gnunet-www/GNUnet/script.js 2011-01-17 08:30:26 UTC (rev 14187)
+++ gnunet-www/GNUnet/script.js 2011-01-17 09:45:39 UTC (rev 14188)
@@ -16,6 +16,7 @@
 // Source: http://www.alistapart.com/articles/horizdropdowns/
 
 menuOver=function(navRoot) {
+  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]