Remove unused function.
This commit is contained in:
parent
c437f64f35
commit
3140257b69
|
@ -57,16 +57,6 @@ function createDisplayNameParagraph(key, displayName) {
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function stopGlowing(glower) {
|
|
||||||
window.clearInterval(notificationInterval);
|
|
||||||
notificationInterval = false;
|
|
||||||
glower.removeClass('glowing');
|
|
||||||
if (!ContactList.isVisible()) {
|
|
||||||
glower.removeClass('active');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function getContactEl (id) {
|
function getContactEl (id) {
|
||||||
return $(`#contacts>li[id="${id}"]`);
|
return $(`#contacts>li[id="${id}"]`);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue