Debug merging from hotfix/v5.0.3.
This commit is contained in:
parent
cd21ca69e1
commit
2aab94e5e9
|
@ -316,11 +316,6 @@ define([
|
|||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("de-settings-inputsogou");
|
||||
Common.Utils.InternalSettings.set("de-settings-inputsogou", value);
|
||||
// window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
}
|
||||
|
||||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("de-settings-inputsogou");
|
||||
this.api.setInputParams({"SogouPinyin" : value});
|
||||
}
|
||||
|
||||
|
|
|
@ -251,11 +251,6 @@ define([
|
|||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("pe-settings-inputsogou");
|
||||
Common.Utils.InternalSettings.set("pe-settings-inputsogou", value);
|
||||
// window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
}
|
||||
|
||||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("pe-settings-inputsogou");
|
||||
this.api.setInputParams({"SogouPinyin" : value});
|
||||
}
|
||||
|
||||
|
|
|
@ -276,11 +276,6 @@ define([
|
|||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("sse-settings-inputsogou");
|
||||
Common.Utils.InternalSettings.set("sse-settings-inputsogou", value);
|
||||
// window["AscInputMethod"]["SogouPinyin"] = value;
|
||||
}
|
||||
|
||||
if (Common.Utils.isChrome) {
|
||||
value = Common.localStorage.getBool("sse-settings-inputsogou");
|
||||
this.api.setInputParams({"SogouPinyin" : value});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue