Update of /var/cvs/applications/editwizard/templates/javascript
In directory james.mmbase.org:/tmp/cvs-serv10190/javascript
Modified Files:
Tag: MMBase-1_8
newfromlist.jsp searchlist.js
Log Message:
and again forgot to remove debug :-<
See also:
http://cvs.mmbase.org/viewcvs/applications/editwizard/templates/javascript
Index: newfromlist.jsp
===================================================================
RCS file:
/var/cvs/applications/editwizard/templates/javascript/newfromlist.jsp,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -b -r1.1.2.7 -r1.1.2.8
--- newfromlist.jsp 21 Feb 2008 13:48:11 -0000 1.1.2.7
+++ newfromlist.jsp 21 Feb 2008 13:50:35 -0000 1.1.2.8
@@ -4,7 +4,7 @@
* Routines for NewFromList
*
* @since MMBase-1.9
- * @version $Id: newfromlist.jsp,v 1.1.2.7 2008/02/21 13:48:11 andre Exp $
+ * @version $Id: newfromlist.jsp,v 1.1.2.8 2008/02/21 13:50:35 andre Exp $
*/
function doMySearch(el) {
@@ -61,17 +61,15 @@
var url="<%=
response.encodeURL("list.jsp")%>?proceed=true&popupid=search&replace=true&referrer=<%=java.net.URLEncoder.encode(request.getParameter("referrer"),"UTF-8")%>&template=xsl/newfromlist.xsl&fields="+fields+"&pagelength=10&language=<%=request.getParameter("language")%>&country=<%=request.getParameter("country")%>&timezone=<%=request.getParameter("timezone")%>";
if (relationNodepath.length != 0) {
url += "&nodepath=" + relationNodepath + "&startnodes=" +
relationStartnodes;
- console.log("&nodepath=" + relationNodepath + "&startnodes=" +
relationStartnodes);
} else {
url += "&nodepath=" + objectType;
- console.log("&nodepath=" + objectType);
}
url += setParam("relationOriginNode", relationOriginNode);
url += setParam("relationRole", relationRole);
url += setParam("relationCreateDir", createDir);
url += setParam("constraints", constraints);
url += setParam("age", searchage+"");
- console.log("url: " + url);
+
showPopup(url);
}
Index: searchlist.js
===================================================================
RCS file: /var/cvs/applications/editwizard/templates/javascript/searchlist.js,v
retrieving revision 1.2.2.4
retrieving revision 1.2.2.5
diff -u -b -r1.2.2.4 -r1.2.2.5
--- searchlist.js 21 Feb 2008 13:48:11 -0000 1.2.2.4
+++ searchlist.js 21 Feb 2008 13:50:35 -0000 1.2.2.5
@@ -50,7 +50,6 @@
selected = buildSelectedList();
var url =
"linklistitem.jsp?"+"relationOriginNode="+relationOriginNode+"&relationRole=" +
relationRole + "&relationCreateDir" + relationCreateDir +
"&selected="+selected;
- console.log("doAddSubmit: " + url);
loadXMLDoc(url, false);
window.opener.document.forms[0].submit();
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs