mirror of
				https://github.com/fspc/Yellow-Bike-Database.git
				synced 2025-10-31 17:05:36 -04:00 
			
		
		
		
	This adds the current year to the title for volunteer hours.
This commit is contained in:
		
							parent
							
								
									9d07e9a740
								
							
						
					
					
						commit
						f782cb90fc
					
				| @ -703,8 +703,9 @@ $(function() { | |||||||
| 											obj.email + "\r\n" + | 											obj.email + "\r\n" + | ||||||
| 											obj.phone + "\r\n" + | 											obj.phone + "\r\n" + | ||||||
| 											"volunteer hours for last 365 day: " + obj.volunteer_hours + "\r\n" + | 											"volunteer hours for last 365 day: " + obj.volunteer_hours + "\r\n" + | ||||||
| 											"volunteer hours redeemed " + "\r\n" + | 											"volunteer hours for " + d.getFullYear() + ":\r\n" + | ||||||
| 											"volunteer hours remaining";			 | 											"volunteer hours redeemed: " + "\r\n" + | ||||||
|  | 											"volunteer hours remaining:";			 | ||||||
| 
 | 
 | ||||||
| 					$("#volunteer_hours").prop("title","").empty();					 | 					$("#volunteer_hours").prop("title","").empty();					 | ||||||
| 					 | 					 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user