Update main.js
Fixed probably a typo. 500 -> 2000 for storage.
This commit is contained in:
		
					parent
					
						
							
								035266b68b
							
						
					
				
			
			
				commit
				
					
						3c4ca1101a
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -24,7 +24,7 @@
 | 
			
		|||
            'id': 'storageValue',
 | 
			
		||||
            'value': 10,
 | 
			
		||||
            'min': 10,
 | 
			
		||||
            'max': 500,
 | 
			
		||||
            'max': 2000,
 | 
			
		||||
            'interval': 10
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			@ -161,4 +161,4 @@
 | 
			
		|||
        $('#valueTotal').text(numbers * price * 31);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
})(jQuery);
 | 
			
		||||
})(jQuery);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue