Просмотр исходного кода

Remove unused function.

master
yanas 9 лет назад
Родитель
Сommit
3140257b69
1 измененных файлов: 0 добавлений и 10 удалений
  1. 0
    10
      modules/UI/side_pannels/contactlist/ContactList.js

+ 0
- 10
modules/UI/side_pannels/contactlist/ContactList.js Просмотреть файл

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

Загрузка…
Отмена
Сохранить