mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-25 21:39:21 +00:00
Rename variable
This commit is contained in:
parent
8f8fd3151c
commit
4d05913819
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user