Author: vanto
Date: Mon Dec  7 12:44:23 2009
New Revision: 887910

URL: http://svn.apache.org/viewvc?rev=887910&view=rev
Log:
ODE-724: Fixing some javascript issues (Thanks to Rutger de Graaf)

Modified:
    ode/branches/APACHE_ODE_1.X/axis2-war/src/main/webapp/js/ODE.js

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/main/webapp/js/ODE.js
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/main/webapp/js/ODE.js?rev=887910&r1=887909&r2=887910&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/main/webapp/js/ODE.js (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/main/webapp/js/ODE.js Mon Dec  7 
12:44:23 2009
@@ -616,7 +616,7 @@
             }
             
             function handleNo(){
-                org.apache.ode.Widgets..alert('Retiring cancelled!', 
YAHOO.widget.SimpleDialog.ICON_INFO);  
+                org.apache.ode.Widgets.alert('Retiring cancelled!', 
YAHOO.widget.SimpleDialog.ICON_INFO);  
             }
             var msg = 'Do you want to retire the process '+ processName + '?';
             org.apache.ode.Widgets.operationConfirm(msg, handleYes, handleNo); 
        
@@ -764,7 +764,7 @@
                     
                     var callbackIn = {
                         success: handleSuccessIn,
-                        failure: handleFailureIn,                       
+                        failure: handleFailureIn
                     }
                     
                     var requestIn = YAHOO.util.Connect.asyncRequest('GET', 
proDefURL, callbackIn);
@@ -777,7 +777,7 @@
             
             var callback = {
                 success: handleSuccess,
-                failure: handleFailure,             
+                failure: handleFailure
             } 
             
             var request = YAHOO.util.Connect.asyncRequest('GET', 
urlRequestURL, callback);                      


Reply via email to