Browse Source

Minor - removing comments

Julio Montoya 12 years ago
parent
commit
bbc5a640d5
1 changed files with 0 additions and 10 deletions
  1. 0 10
      main/install/index.php

+ 0 - 10
main/install/index.php

@@ -336,19 +336,9 @@ if ($encryptPassForm == '1') {
                 $("#button_please_wait").show();
                 $("#button_please_wait").attr('disabled', true);
     			$("#is_executable").attr("value",'step6');
-                //$("#button_step6").show();        
         	});    		
 	 	});
         
-        /*
-        function check_db() {
-            var status = ($('#db_status').attr('class'));
-            if (status == 'confirmation-message') {
-                return true;    
-            }
-            return false;
-        }*/
-
 		function show_hide_tracking_and_user_db (my_option) {
 			if (my_option=='singleDb1') {
 				$('#optional_param2').hide();