Browse Source

UI-1959: removed error when saving conferencing

4.3
Jean-Roch Maitre 10 years ago
parent
commit
84280ba5d0
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      submodules/users/users.js

+ 0
- 2
submodules/users/users.js View File

@ -80,8 +80,6 @@ define(function(require){
if(_userId && _openedTab) {
template.find('.grid-row[data-id="'+ _userId +'"] .grid-cell[data-type="' + _openedTab + '"]').click();
args.callback && args.callback();
}
callback && callback();


Loading…
Cancel
Save