mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
use relative path template for backup.html
This commit is contained in:
parent
68014621bb
commit
b0aaa72b31
11 changed files with 11 additions and 44 deletions
|
@ -2,7 +2,7 @@
|
|||
<script>function g(){
|
||||
let d=document;
|
||||
let f=d.forms[0];
|
||||
window.open("f:"+f.i.value+"::"+f.e.value+"&"+f.u.value+":https://fastly.jsdelivr.net/gh/torappinfo/uweb/searchurl/template/backup.html");
|
||||
window.open("f:"+f.i.value+"::"+f.e.value+"&"+f.u.value+":template/backup.html");
|
||||
return false;
|
||||
}
|
||||
</script><style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue