Browse Source

Remove unused function.

master
yanas 9 years ago
parent
commit
3140257b69
1 changed files with 0 additions and 10 deletions
  1. 0
    10
      modules/UI/side_pannels/contactlist/ContactList.js

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

57
     return p;
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
 function getContactEl (id) {
60
 function getContactEl (id) {
71
     return $(`#contacts>li[id="${id}"]`);
61
     return $(`#contacts>li[id="${id}"]`);
72
 }
62
 }

Loading…
Cancel
Save