Home
last modified time | relevance | path

Searched refs:newNotif (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js5971 function shouldAnimate(newNotif) argument
5980 countEl.innerHTML = newNotif;
5981 countEl.style.display = newNotif == 0? 'none' : '';
5983 notifBell.style.animation = newNotif == 0? 'none' : '';
5984 notifBell.className = 'geNotification-bell' + (newNotif == 0? ' geNotification-bellOff' : '');
5985 document.querySelector('.geBell-rad').style.animation = newNotif == 0? 'none' : '';
6092 var newNotif = 0;
6109 newNotif++;
6138 shouldAnimate(newNotif);