mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding Sat Sep 10 07:44:17 PM CST 2022
This commit is contained in:
parent
0728ce81f7
commit
323189f48d
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue