diff --git a/py/LunaTranslator/cishu/mdict.py b/py/LunaTranslator/cishu/mdict.py index 86e6f3c5..36fa5873 100644 --- a/py/LunaTranslator/cishu/mdict.py +++ b/py/LunaTranslator/cishu/mdict.py @@ -2651,10 +2651,7 @@ function safe_mdict_entry_call(word){ if(window.mdict_entry_call) window.mdict_entry_call(word) else if(window.LUNAJSObject) - { - if(window.LUNAJSObject.mdict_entry_call) - window.LUNAJSObject.mdict_entry_call(word) - } + window.LUNAJSObject.mdict_entry_call(word) }""" if self.config["stylehv"] == 0: return self.generatehtml_tabswitch(allres) + func