[Carbon-dev] svn commit r31259 - trunk/carbon-components/registry/org.wso2.carbon.registry.ui.properties/src/main/resources/web/properties/js

chanaka at wso2.com chanaka at wso2.com
Sun Feb 22 20:08:52 PST 2009


Author: chanaka
Date: Sun Feb 22 20:08:51 2009
New Revision: 31259
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=31259

Log:
removed the alert message on properties adding

Modified:
   trunk/carbon-components/registry/org.wso2.carbon.registry.ui.properties/src/main/resources/web/properties/js/properties.js

Modified: trunk/carbon-components/registry/org.wso2.carbon.registry.ui.properties/src/main/resources/web/properties/js/properties.js
URL: http://wso2.org/svn/browse/wso2/trunk/carbon-components/registry/org.wso2.carbon.registry.ui.properties/src/main/resources/web/properties/js/properties.js?rev=31259&r1=31258&r2=31259&view=diff
==============================================================================
--- trunk/carbon-components/registry/org.wso2.carbon.registry.ui.properties/src/main/resources/web/properties/js/properties.js	(original)
+++ trunk/carbon-components/registry/org.wso2.carbon.registry.ui.properties/src/main/resources/web/properties/js/properties.js	Sun Feb 22 20:08:51 2009
@@ -28,7 +28,7 @@
     }else{
         cleanField($('propName'));
         cleanField($('propValue'));
-        alert(propertyName + "--" + propertyValue );
+        
         new Ajax.Request('../properties/properties-ajaxprocessor.jsp',
         {
             method:'post',



More information about the Carbon-dev mailing list