Update of /var/cvs/applications/searchrelate/templates
In directory james.mmbase.org:/tmp/cvs-serv15589
Modified Files:
List.js.jsp
Log Message:
removed some console.log's
See also: http://cvs.mmbase.org/viewcvs/applications/searchrelate/templates
Index: List.js.jsp
===================================================================
RCS file: /var/cvs/applications/searchrelate/templates/List.js.jsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- List.js.jsp 24 Apr 2008 09:56:33 -0000 1.6
+++ List.js.jsp 24 Apr 2008 11:29:26 -0000 1.7
@@ -13,7 +13,7 @@
* The user does not need to push a commit button. All data is implicitely
committed (after a few second of inactivity, or before unload).
*
* @author Michiel Meeuwissen
- * @version $Id: List.js.jsp,v 1.6 2008/04/24 09:56:33 michiel Exp $
+ * @version $Id: List.js.jsp,v 1.7 2008/04/24 11:29:26 michiel Exp $
*/
@@ -94,7 +94,6 @@
$(a).click(function(ev) {
var url = a.href;
var params = {};
- console.log("hoi");
$.ajax({url: url, type: "GET", dataType: "xml", data: params,
complete: function(res, status){
if ( status == "success" || status == "notmodified" ) {
@@ -175,7 +174,6 @@
$(this.div).find("input[checked], input[type='text'],
input[type='hidden'], input[type='password'], option[selected], textarea")
.each(function() {
params[this.name || this.id || this.parentNode.name ||
this.parentNode.id ] = this.value;
- console.log("" + (this.name || this.id ||
this.parentNode.name || this.parentNode.id) + " = " + this.value);
});
var self = this;
this.status("<img src='${mm:link('/mmbase/ajax-loader.gif')}'
/>");
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs