mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Rename variable
This commit is contained in:
		@@ -55,7 +55,7 @@ ComunicWeb.components.notifications.service = {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
			//Play song if required
 | 
								//Play song if required
 | 
				
			||||||
			if(this.last_total_count != -1 && total_number_notifs > this.last_total_count)
 | 
								if(this.last_total_count != -1 && total_number_notifs > this.last_total_count)
 | 
				
			||||||
				ComunicWeb.components.notifications.song.play();
 | 
									NotificationsSong.play();
 | 
				
			||||||
			
 | 
								
 | 
				
			||||||
			this.last_total_count = total_number_notifs;
 | 
								this.last_total_count = total_number_notifs;
 | 
				
			||||||
			
 | 
								
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@
 | 
				
			|||||||
 * @author Pierre HUBERT
 | 
					 * @author Pierre HUBERT
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ComunicWeb.components.notifications.song = {
 | 
					const NotificationsSong = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/**
 | 
						/**
 | 
				
			||||||
	 * Song element : null by default
 | 
						 * Song element : null by default
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user