Skip to content

Commit

Permalink
UI-1959: removed error when saving conferencing
Browse files Browse the repository at this point in the history
  • Loading branch information
JRMaitre committed Jan 8, 2016
1 parent aafe58e commit c926594
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions submodules/users/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c926594

Please sign in to comment.