Close menus on temp disconnect
This commit is contained in:
parent
c172bf07ac
commit
d14bc9bee7
|
@ -1094,6 +1094,7 @@ define([
|
|||
|
||||
case Asc.c_oAscAsyncAction['Disconnect']:
|
||||
text = this.textDisconnect;
|
||||
Common.UI.Menu.Manager.hideAll();
|
||||
this.disableEditing(true, true);
|
||||
var me = this;
|
||||
statusCallback = function() {
|
||||
|
|
|
@ -734,6 +734,7 @@ define([
|
|||
|
||||
case Asc.c_oAscAsyncAction['Disconnect']:
|
||||
text = this.textDisconnect;
|
||||
Common.UI.Menu.Manager.hideAll();
|
||||
this.disableEditing(true, true);
|
||||
var me = this;
|
||||
statusCallback = function() {
|
||||
|
|
|
@ -812,6 +812,7 @@ define([
|
|||
case Asc.c_oAscAsyncAction['Disconnect']:
|
||||
title = this.textDisconnect;
|
||||
text = this.textDisconnect;
|
||||
Common.UI.Menu.Manager.hideAll();
|
||||
this.disableEditing(true, true);
|
||||
var me = this;
|
||||
statusCallback = function() {
|
||||
|
|
Loading…
Reference in a new issue