rebuilding Sat Sep 10 07:44:17 PM CST 2022

master
James Feng Cao 2 years ago
parent 0728ce81f7
commit 323189f48d

@ -75,9 +75,9 @@
</section> </section>
<script> <script>
//?file=./xxx/xx.xx,./xx/xx.xxx#word= //?file=./xxx/xx.xx,./xx/xx.xxx#word=
let dictinput = document.getElementById('dictfile'); var dictinput = document.getElementById('dictfile');
let wordinput = document.getElementById('word'); var wordinput = document.getElementById('word');
let btnLookup = document.getElementById('btnLookup'); var btnLookup = document.getElementById('btnLookup');
window.onload = function() { window.onload = function() {
let v = location.hash.substring(6); let v = location.hash.substring(6);

Loading…
Cancel
Save