mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-27 15:44:12 +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)
|
if(window.mdict_entry_call)
|
||||||
window.mdict_entry_call(word)
|
window.mdict_entry_call(word)
|
||||||
else if(window.LUNAJSObject)
|
else if(window.LUNAJSObject)
|
||||||
{
|
window.LUNAJSObject.mdict_entry_call(word)
|
||||||
if(window.LUNAJSObject.mdict_entry_call)
|
|
||||||
window.LUNAJSObject.mdict_entry_call(word)
|
|
||||||
}
|
|
||||||
}</script>"""
|
}</script>"""
|
||||||
if self.config["stylehv"] == 0:
|
if self.config["stylehv"] == 0:
|
||||||
return self.generatehtml_tabswitch(allres) + func
|
return self.generatehtml_tabswitch(allres) + func
|
||||||
|
Loading…
x
Reference in New Issue
Block a user