Merge pull request #36 from ONLYOFFICE/feature/v5.0.6-pdf
[DE] Fixed opening pdf files.
This commit is contained in:
commit
62e722ca60
|
@ -86,6 +86,7 @@ define([
|
||||||
me.btnZoomDown.updateHint(me.tipZoomOut + Common.Utils.String.platformKey('Ctrl+-'));
|
me.btnZoomDown.updateHint(me.tipZoomOut + Common.Utils.String.platformKey('Ctrl+-'));
|
||||||
me.btnZoomUp.updateHint(me.tipZoomIn + Common.Utils.String.platformKey('Ctrl++'));
|
me.btnZoomUp.updateHint(me.tipZoomIn + Common.Utils.String.platformKey('Ctrl++'));
|
||||||
|
|
||||||
|
if (me.btnLanguage && me.btnLanguage.cmpEl) {
|
||||||
me.btnLanguage.updateHint(me.tipSetLang);
|
me.btnLanguage.updateHint(me.tipSetLang);
|
||||||
me.btnLanguage.cmpEl.on({
|
me.btnLanguage.cmpEl.on({
|
||||||
'show.bs.dropdown': function () {
|
'show.bs.dropdown': function () {
|
||||||
|
@ -105,6 +106,7 @@ define([
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
me.langMenu.on('item:click', _.bind(_clickLanguage, this));
|
me.langMenu.on('item:click', _.bind(_clickLanguage, this));
|
||||||
|
}
|
||||||
|
|
||||||
me.cntZoom.updateHint(me.tipZoomFactor);
|
me.cntZoom.updateHint(me.tipZoomFactor);
|
||||||
me.cntZoom.cmpEl.on({
|
me.cntZoom.cmpEl.on({
|
||||||
|
|
Loading…
Reference in a new issue