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

Modified Files:
        Searcher.js.jsp 
Log Message:



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.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- Searcher.js.jsp     23 Jun 2008 15:13:51 -0000      1.23
+++ Searcher.js.jsp     1 Jul 2008 15:40:17 -0000       1.24
@@ -13,7 +13,7 @@
 
  *
  * @author Michiel Meeuwissen
- * @version $Id: Searcher.js.jsp,v 1.23 2008/06/23 15:13:51 michiel Exp $
+ * @version $Id: Searcher.js.jsp,v 1.24 2008/07/01 15:40:17 michiel Exp $
  */
 
 $(document).ready(function(){
@@ -73,6 +73,7 @@
     }
     this.logger.debug("setting up repository");
     this.repository    = $(d).find(".mm_relate_repository")[0];
+    this.logger.debug("found " + this.repository + " in ");
     if (this.repository != null) this.addSearcher(this.repository, 
"repository");
     this.relateCallBack = null;
     for (var i = 0; i < MMBaseRelater.readyFunctions.length; i++) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to