mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-26 15:14:13 +08:00
.
This commit is contained in:
parent
f4f337474c
commit
97f041ee0a
@ -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)
|
||||
}</script>"""
|
||||
if self.config["stylehv"] == 0:
|
||||
return self.generatehtml_tabswitch(allres) + func
|
||||
|
Loading…
x
Reference in New Issue
Block a user