Don't apply Sogou pinyin input.
This commit is contained in:
parent
573195e820
commit
20ea8595ba
|
@ -309,7 +309,7 @@ define([
|
|||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("de-settings-inputsogou");
|
||||
Common.Utils.InternalSettings.set("de-settings-inputsogou", value);
|
||||
window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
// window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
}
|
||||
|
||||
/** coauthoring begin **/
|
||||
|
|
|
@ -812,7 +812,7 @@ define([
|
|||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("de-settings-inputsogou");
|
||||
Common.Utils.InternalSettings.set("de-settings-inputsogou", value);
|
||||
window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
// window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
}
|
||||
|
||||
/** coauthoring begin **/
|
||||
|
|
|
@ -247,7 +247,7 @@ define([
|
|||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("pe-settings-inputsogou");
|
||||
Common.Utils.InternalSettings.set("pe-settings-inputsogou", value);
|
||||
window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
// window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
}
|
||||
|
||||
/** coauthoring begin **/
|
||||
|
|
|
@ -606,7 +606,7 @@ define([
|
|||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("pe-settings-inputsogou");
|
||||
Common.Utils.InternalSettings.set("pe-settings-inputsogou", value);
|
||||
window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
// window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
}
|
||||
|
||||
/** coauthoring begin **/
|
||||
|
|
|
@ -273,7 +273,7 @@ define([
|
|||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("sse-settings-inputsogou");
|
||||
Common.Utils.InternalSettings.set("sse-settings-inputsogou", value);
|
||||
window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
// window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
}
|
||||
|
||||
/** coauthoring begin **/
|
||||
|
|
|
@ -153,7 +153,7 @@ define([
|
|||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("sse-settings-inputsogou");
|
||||
Common.Utils.InternalSettings.set("sse-settings-inputsogou", value);
|
||||
window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
// window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
}
|
||||
|
||||
this.api.asc_registerCallback('asc_onOpenDocumentProgress', _.bind(this.onOpenDocument, this));
|
||||
|
|
Loading…
Reference in a new issue