fixed payment membership button issue, fixed support us posts issue
This commit is contained in:
		
					parent
					
						
							
								2471a7ed12
							
						
					
				
			
			
				commit
				
					
						54e3059cef
					
				
			
		
					 6 changed files with 30 additions and 29 deletions
				
			
		| 
						 | 
				
			
			@ -108,12 +108,12 @@ $( document ).ready(function() {
 | 
			
		|||
        }
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    $form.find('[type=submit]').prop('disabled', true);
 | 
			
		||||
    var readyInterval = setInterval(function() {
 | 
			
		||||
        if (paymentFormReady()) {
 | 
			
		||||
            $form.find('[type=submit]').prop('disabled', false);
 | 
			
		||||
            clearInterval(readyInterval);
 | 
			
		||||
        }
 | 
			
		||||
    }, 250);
 | 
			
		||||
    // $form.find('[type=submit]').prop('disabled', true);
 | 
			
		||||
    // var readyInterval = setInterval(function() {
 | 
			
		||||
    //     if (paymentFormReady()) {
 | 
			
		||||
    //         $form.find('[type=submit]').prop('disabled', false);
 | 
			
		||||
    //         clearInterval(readyInterval);
 | 
			
		||||
    //     }
 | 
			
		||||
    // }, 250);
 | 
			
		||||
 | 
			
		||||
});
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -152,13 +152,13 @@ $( document ).ready(function() {
 | 
			
		|||
        }
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    $form.find('[type=submit]').prop('disabled', true);
 | 
			
		||||
    var readyInterval = setInterval(function() {
 | 
			
		||||
        if (paymentFormReady()) {
 | 
			
		||||
            $form.find('[type=submit]').prop('disabled', false);
 | 
			
		||||
            clearInterval(readyInterval);
 | 
			
		||||
        }
 | 
			
		||||
    }, 250);
 | 
			
		||||
    // $form.find('[type=submit]').prop('disabled', true);
 | 
			
		||||
    // var readyInterval = setInterval(function() {
 | 
			
		||||
    //     if (paymentFormReady()) {
 | 
			
		||||
    //         $form.find('[type=submit]').prop('disabled', false);
 | 
			
		||||
    //         clearInterval(readyInterval);
 | 
			
		||||
    //     }
 | 
			
		||||
    // }, 250);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue