Need Help with JS/CSS for Eudict [Fixed]

Hi folks. I sincerely hope everyone here is enjoying their life to the best of it.
I working on a project to build that will bridge Oxford Advanced Learner Dictionay 10 and Oxford Collocations Dictionary (Later, both will be published here as unified product).
Right now i am in stage of scrapping resources for OALD10 from official. I have a slight problem. The JS works fine with mdictPC/android. GoldenDict. But have an issue with EuDict. I am sharing a preview (of course cleaning to be done later) Anyone kind some can help me sort out issue with this JS. It would greatly be appreciated. Have a great night/day. The box/unboxing (expand/collaspe) is broken on EuDict. Also the idiom redirects to live source on the internet. I could make it offline by stripping the URL, But the problem is that it still does not jump to targer section (Idioms and Phrasal Verbs) on EuDict.

Files are provided here:
URL: https://pan.baidu.com/s/1UXlGc07AX0lkV1bY1IYw8g
CODE: ab45

Wait for a positive reponse from kind spirits here

Turns out it was file naming that caused the issue.
For EuDict the jss and css must of same name as mdx and mdd files.

OALD10.mdx
OALD10.mdd

OALD10.js
OALD10.css

This is must for EuDict. Otherwise the js wont load. :grinning_face: