mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-10-31 10:14:51 +00:00 
			
		
		
		
	Rename variable
This commit is contained in:
		| @@ -55,7 +55,7 @@ ComunicWeb.components.notifications.service = { | ||||
|  | ||||
| 			//Play song if required | ||||
| 			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; | ||||
| 			 | ||||
|   | ||||
| @@ -4,7 +4,7 @@ | ||||
|  * @author Pierre HUBERT | ||||
|  */ | ||||
|  | ||||
| ComunicWeb.components.notifications.song = { | ||||
| const NotificationsSong = { | ||||
|  | ||||
| 	/** | ||||
| 	 * Song element : null by default | ||||
|   | ||||
		Reference in New Issue
	
	Block a user