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

This commit is contained in:
James Feng Cao 2022-09-10 19:44:17 +08:00
parent 0728ce81f7
commit 323189f48d
1 changed files with 3 additions and 3 deletions

View File

@ -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);