Quellcode durchsuchen

Remove unused function.

j8
yanas vor 8 Jahren
Ursprung
Commit
3140257b69
1 geänderte Dateien mit 0 neuen und 10 gelöschten Zeilen
  1. 0
    10
      modules/UI/side_pannels/contactlist/ContactList.js

+ 0
- 10
modules/UI/side_pannels/contactlist/ContactList.js Datei anzeigen

@@ -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
 }

Laden…
Abbrechen
Speichern