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>
<script>
//?file=./xxx/xx.xx,./xx/xx.xxx#word=
let dictinput = document.getElementById('dictfile');
let wordinput = document.getElementById('word');
let btnLookup = document.getElementById('btnLookup');
var dictinput = document.getElementById('dictfile');
var wordinput = document.getElementById('word');
var btnLookup = document.getElementById('btnLookup');
window.onload = function() {
let v = location.hash.substring(6);

Loading…
Cancel
Save