Author: kwright
Date: Tue Dec 23 03:20:06 2014
New Revision: 1647477

URL: http://svn.apache.org/r1647477
Log:
More debugging

Modified:
    
manifoldcf/branches/CONNECTORS-1119/framework/crawler-ui/src/main/webapp/editjob.jsp

Modified: 
manifoldcf/branches/CONNECTORS-1119/framework/crawler-ui/src/main/webapp/editjob.jsp
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1119/framework/crawler-ui/src/main/webapp/editjob.jsp?rev=1647477&r1=1647476&r2=1647477&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1119/framework/crawler-ui/src/main/webapp/editjob.jsp
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1119/framework/crawler-ui/src/main/webapp/editjob.jsp
 Tue Dec 23 03:20:06 2014
@@ -385,6 +385,16 @@
                        }
 <%
        }
+       for (int j = 0; j < notificationCheckForSaveMethods.length; j++)
+       {
+%>
+                       if (window.<%=notificationCheckForSaveMethods[j]%>)
+                       {
+                               if (<%=notificationCheckForSaveMethods[j]%>() 
== false)
+                                       return;
+                       }
+<%
+       }
 %>
                        if (window.<%=saveCheckMethod%>)
                        {
@@ -519,6 +529,16 @@
                                return false;
                }
 <%
+       }
+       for (int j = 0; j < notificationCheckMethods.length; j++)
+       {
+%>
+               if (window.<%=notificationCheckMethods[j]%>)
+               {
+                       if (<%=notificationCheckMethods[j]%>() == false)
+                               return false;
+               }
+<%
        }
 %>
                // Check the connector part


Reply via email to