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

chanaka at wso2.com chanaka at wso2.com
Mon Feb 23 21:06:10 PST 2009


Author: chanaka
Date: Mon Feb 23 21:06:09 2009
New Revision: 31347
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=31347

Log:
Fixed minor issue

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

Modified: branches/carbon/1.5.1/trunk/carbon-components/registry/org.wso2.carbon.registry.ui.resources/src/main/resources/web/resources/js/resource_util.js
URL: http://wso2.org/svn/browse/wso2/branches/carbon/1.5.1/trunk/carbon-components/registry/org.wso2.carbon.registry.ui.resources/src/main/resources/web/resources/js/resource_util.js?rev=31347&r1=31346&r2=31347&view=diff
==============================================================================
--- branches/carbon/1.5.1/trunk/carbon-components/registry/org.wso2.carbon.registry.ui.resources/src/main/resources/web/resources/js/resource_util.js	(original)
+++ branches/carbon/1.5.1/trunk/carbon-components/registry/org.wso2.carbon.registry.ui.resources/src/main/resources/web/resources/js/resource_util.js	Mon Feb 23 21:06:09 2009
@@ -1214,7 +1214,7 @@
         onSuccess: function() {
             refreshMetadataSection(parentPath);
             refreshContentSection(parentPath);
-            document.getElementById('add-resource-div').style.display = "";
+            //document.getElementById('add-resource-div').style.display = "";
     	    document.getElementById('whileUpload').style.display = "none";
         },
 



More information about the Carbon-dev mailing list