Update of /var/cvs/applications/searchrelate/templates
In directory james.mmbase.org:/tmp/cvs-serv1020
Modified Files:
Searcher.js.jsp
Log Message:
not much point in passing self (it is in the target)
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.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- Searcher.js.jsp 26 Aug 2008 12:35:57 -0000 1.30
+++ Searcher.js.jsp 26 Aug 2008 13:52:35 -0000 1.31
@@ -16,7 +16,7 @@
* - mmsrRelaterReady
*
* @author Michiel Meeuwissen
- * @version $Id: Searcher.js.jsp,v 1.30 2008/08/26 12:35:57 michiel Exp $
+ * @version $Id: Searcher.js.jsp,v 1.31 2008/08/26 13:52:35 michiel Exp $
*/
@@ -279,7 +279,7 @@
if (this.relateCallBack != null) {
this.relateCallBack(tr);
}
- $(this.div).trigger("mmsrRelate", [self, tr]);
+ $(this.div).trigger("mmsrRelate", [tr]);
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs