Update of /var/cvs/applications/searchrelate/templates
In directory james.mmbase.org:/tmp/cvs-serv8531

Modified Files:
        Searcher.js.jsp 
Log Message:
typo


See also: http://cvs.mmbase.org/viewcvs/applications/searchrelate/templates


Index: Searcher.js.jsp
===================================================================
RCS file: /var/cvs/applications/searchrelate/templates/Searcher.js.jsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- Searcher.js.jsp     16 Apr 2008 09:05:01 -0000      1.8
+++ Searcher.js.jsp     16 Apr 2008 09:26:40 -0000      1.9
@@ -11,7 +11,7 @@
 
  *
  * @author Michiel Meeuwissen
- * @version $Id: Searcher.js.jsp,v 1.8 2008/04/16 09:05:01 michiel Exp $
+ * @version $Id: Searcher.js.jsp,v 1.9 2008/04/16 09:26:40 michiel Exp $
  */
 
 $(document).ready(function(){
@@ -235,7 +235,7 @@
 
     // Set up HTML
     if (this.current != null) {
-       var currentList =  this.current.find("div.searchresult table tbody");
+       var currentList =  $(this.current).find("div.searchresult table tbody");
        this.logger.debug(currentList[0]);
        currentList.append(tr);
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to