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

Modified Files:
        Searcher.js.jsp 
Log Message:
caused nodes to be related again




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.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- Searcher.js.jsp     10 Nov 2008 21:02:11 -0000      1.49
+++ Searcher.js.jsp     10 Nov 2008 21:23:10 -0000      1.50
@@ -18,7 +18,7 @@
  * - mmsrCommitted         (use   $("div.mm_related").bind("mmsrCommitted", 
function (e, submitter, status, relater) ) )
  *
  * @author Michiel Meeuwissen
- * @version $Id: Searcher.js.jsp,v 1.49 2008/11/10 21:02:11 andre Exp $
+ * @version $Id: Searcher.js.jsp,v 1.50 2008/11/10 21:23:10 andre Exp $
  */
 
 
@@ -189,8 +189,8 @@
                                 });
                             });
                         }
-                        this.related = {};
-                        this.unrelated = {};
+                        self.related = {};
+                        self.unrelated = {};
                         self.bindSaverelation(this.div);
                         $(this.div).trigger("mmsrCommitted", [a, status, 
this]);
                         return true;
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to