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