From 2fb134165de6d4863a6d2a5ef63a82390084cd17 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 13 Jan 2019 22:28:20 +0100 Subject: [PATCH] Update GoogleTranslateOption.plugin.js --- Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js b/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js index 2198bc1a4b..55ae87e92e 100644 --- a/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js +++ b/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js @@ -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; }