You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by he...@apache.org on 2012/10/30 22:48:49 UTC

svn commit: r1403886 - in /airavata/sandbox/client-api-demo/src/main/webapp: x_app_descriptor_save.html x_app_descritpor_save.html

Author: heshan
Date: Tue Oct 30 21:48:48 2012
New Revision: 1403886

URL: http://svn.apache.org/viewvc?rev=1403886&view=rev
Log:
Update.

Added:
    airavata/sandbox/client-api-demo/src/main/webapp/x_app_descriptor_save.html
      - copied, changed from r1403823, airavata/sandbox/client-api-demo/src/main/webapp/x_app_descritpor_save.html
Removed:
    airavata/sandbox/client-api-demo/src/main/webapp/x_app_descritpor_save.html

Copied: airavata/sandbox/client-api-demo/src/main/webapp/x_app_descriptor_save.html (from r1403823, airavata/sandbox/client-api-demo/src/main/webapp/x_app_descritpor_save.html)
URL: http://svn.apache.org/viewvc/airavata/sandbox/client-api-demo/src/main/webapp/x_app_descriptor_save.html?p2=airavata/sandbox/client-api-demo/src/main/webapp/x_app_descriptor_save.html&p1=airavata/sandbox/client-api-demo/src/main/webapp/x_app_descritpor_save.html&r1=1403823&r2=1403886&rev=1403886&view=diff
==============================================================================
--- airavata/sandbox/client-api-demo/src/main/webapp/x_app_descritpor_save.html (original)
+++ airavata/sandbox/client-api-demo/src/main/webapp/x_app_descriptor_save.html Tue Oct 30 21:48:48 2012
@@ -49,18 +49,18 @@ Output Type         *: <input type="text
     }
 
     $(document).ready(function(){
-        $(window).load(function () {
-            $("div").hide();
-        });
-
-        $("select[name='drop1']").change(function() {
-            //alert($(this).val());
-            if("Local" == $(this).val()) {
-                $("div").hide();
-            } else {
-                $("div").show();
-            }
-        });
+//        $(window).load(function () {
+//            $("div").hide();
+//        });
+//
+//        $("select[name='drop1']").change(function() {
+//            //alert($(this).val());
+//            if("Local" == $(this).val()) {
+//                $("div").hide();
+//            } else {
+//                $("div").show();
+//            }
+//        });
 
         $('[name="btn2"]').click(function(){
             var appName = $("#appName1").val();