Update GoogleTranslateOption.plugin.js

This commit is contained in:
Mirco Wittrien 2019-01-13 22:28:20 +01:00
parent 4052525c6c
commit 2fb134165d
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ class GoogleTranslateOption {
BDFDB.initElements(settingspanel, this);
BDFDB.addChildEventListener(settingspanel, "click", BDFDB.dotCN.selectcontrol, e => {this.openDropdownMenu("inSettings", e);});});
BDFDB.addChildEventListener(settingspanel, "click", BDFDB.dotCN.selectcontrol, e => {this.openDropdownMenu("inSettings", e);});
return settingspanel;
}