77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
dParam: {},
dInfo: {}
});
}
else if (xElem.id == "dictionaries_button") {
browser.runtime.sendMessage({
sCommand: "openDictionaries",
dParam: { "dictionary": "__community__"},
dInfo: {}
});
}
else if (xElem.id == "dic_community_button") {
browser.runtime.sendMessage({
sCommand: "openLexiconEditor",
dParam: { "dictionary": "__community__"},
|
|
|
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
dParam: {},
dInfo: {}
});
}
else if (xElem.id == "dictionaries_button") {
browser.runtime.sendMessage({
sCommand: "openDictionaries",
dParam: {},
dInfo: {}
});
}
else if (xElem.id == "dic_community_button") {
browser.runtime.sendMessage({
sCommand: "openLexiconEditor",
dParam: { "dictionary": "__community__"},
|