mirror of
				https://github.com/fspc/BikeShed-1.git
				synced 2025-10-31 17:05:36 -04:00 
			
		
		
		
	Fix: alert "Fine" only once
This commit is contained in:
		
							parent
							
								
									ca72edb7e0
								
							
						
					
					
						commit
						ed2f3f6e61
					
				| @ -22,7 +22,7 @@ $(document).ready(function(){ | ||||
|       } | ||||
|       if( contact_vals.length >= MIN_LEN || submit_count > MAX_SUBMITS){ | ||||
| 
 | ||||
|           if( submit_count > MAX_SUBMITS ){ | ||||
|           if( submit_count == MAX_SUBMITS + 1 ){ | ||||
|               alert("Fine."); | ||||
|           } | ||||
|           return true; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user