Sfoglia il codice sorgente

Remove unused function.

j8
yanas 8 anni fa
parent
commit
3140257b69
1 ha cambiato i file con 0 aggiunte e 10 eliminazioni
  1. 0
    10
      modules/UI/side_pannels/contactlist/ContactList.js

+ 0
- 10
modules/UI/side_pannels/contactlist/ContactList.js Vedi File

@@ -57,16 +57,6 @@ function createDisplayNameParagraph(key, displayName) {
57 57
     return p;
58 58
 }
59 59
 
60
-
61
-function stopGlowing(glower) {
62
-    window.clearInterval(notificationInterval);
63
-    notificationInterval = false;
64
-    glower.removeClass('glowing');
65
-    if (!ContactList.isVisible()) {
66
-        glower.removeClass('active');
67
-    }
68
-}
69
-
70 60
 function getContactEl (id) {
71 61
     return $(`#contacts>li[id="${id}"]`);
72 62
 }

Loading…
Annulla
Salva