Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/WEB-INF/templates/view/newsletter/subscription
In directory 
james.mmbase.org:/tmp/cvs-serv23470/portlets-newsletter/src/webapp/WEB-INF/templates/view/newsletter/subscription

Modified Files:
        subscribe.jsp 
Log Message:
CMSC-818 remove some log code in javascript which may cause problem.add lost 
icon.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/WEB-INF/templates/view/newsletter/subscription
See also: http://www.mmbase.org/jira/browse/CMSC-818


Index: subscribe.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/WEB-INF/templates/view/newsletter/subscription/subscribe.jsp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- subscribe.jsp       15 May 2008 08:46:54 -0000      1.14
+++ subscribe.jsp       15 May 2008 09:15:45 -0000      1.15
@@ -13,7 +13,6 @@
 </c:set>
 <SCRIPT LANGUAGE="JavaScript">
    function modifyStatus(newsletterId, box) {
-      console.debug("modifyStatus")
       new Ajax.Request(
             "${contextPath}",
       {
@@ -24,7 +23,6 @@
    }
 
    function addOrRemoveTag(newsletterId, termId, box) {
-      console.debug("add or remove tag")
       new Ajax.Request(
             "${contextPath}",
       {
@@ -35,7 +33,6 @@
    }
 
    function modifyFormat(newsletterId, format) {
-      console.debug("Modify format:" + newsletterId + " to " + format)
       new Ajax.Request
             ("${contextPath}",
             {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to