This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
monster-ui-voip
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
UI-1959: removed error when saving conferencing
4.3
Jean-Roch Maitre
10 years ago
parent
5fa27b4c5c
commit
84280ba5d0
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
)
;
Write
Preview
Loading…
Cancel
Save