Author: michiel
Date: 2010-03-15 23:56:45 +0100 (Mon, 15 Mar 2010)
New Revision: 41387

Modified:
   
mmbase/trunk/applications/searchrelate/src/main/webapp/mmbase/searchrelate/Toggle.js.jsp
Log:


Modified: 
mmbase/trunk/applications/searchrelate/src/main/webapp/mmbase/searchrelate/Toggle.js.jsp
===================================================================
--- 
mmbase/trunk/applications/searchrelate/src/main/webapp/mmbase/searchrelate/Toggle.js.jsp
    2010-03-15 22:47:41 UTC (rev 41386)
+++ 
mmbase/trunk/applications/searchrelate/src/main/webapp/mmbase/searchrelate/Toggle.js.jsp
    2010-03-15 22:56:45 UTC (rev 41387)
@@ -36,10 +36,11 @@
                                               }
                                           }
                                           var href = a.attr("href");
-                                          // var id = blockId.replace("-", 
"_");
                                           var lazypart = 
"${mm:link('/mmbase/searchrelate/list/lazy-part.jspx')}";
 
                                           var id = $(li).attr("id"); // TODO: 
find a nice, reproducable, unique id for this item, preferable without the 
node-number, because that
+                                          id = id.replace("-", "_"); // should 
be valid context identifier
+
                                           // changes after commit of a new 
node (:-()
                                           unloadedblock.load(lazypart,
                                                              {requestID: id,

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to