-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b505f8
commit 178b118
Showing
201 changed files
with
328 additions
and
402 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
ddnsgo/.svn/pristine/53/53f8d4a570158eadecbdfd876e3b26d79e311665.svn-base
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
ddnsgo/.svn/pristine/64/645dfd851a1e99f3b27f15cfb519ed1b079d1864.svn-base
This file was deleted.
Oops, something went wrong.
94 changes: 0 additions & 94 deletions
94
ddnsgo/.svn/pristine/96/9668cb0a0aec82a2942baf59a59e474888cda0ed.svn-base
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
23 changes: 0 additions & 23 deletions
23
luci-app-ddns-go/.svn/pristine/12/1202bc93504a6e135a47999a8612c11cda53c1b8.svn-base
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<%# | ||
Copyright 2021-2022 sirpdboy Wich <[email protected]> | ||
https://github.com/sirpdboy/luci-app-ddnsgo | ||
https://github.com/sirpdboy/luci-app-ddns-go | ||
Licensed to the public under the Apache License 2.0. | ||
-%> | ||
|
||
|
@@ -13,7 +13,7 @@ | |
|
||
</div> | ||
<script type="text/javascript"> | ||
document.getElementById("ddnsgo").src = window.location.protocol + "//" + window.location.hostname + ":<%=luci.model.uci.cursor():get("ddnsgo", "ddnsgo", "port") %>"; | ||
document.getElementById("ddnsgo").src = window.location.protocol + "//" + window.location.hostname + ":<%=luci.model.uci.cursor():get_first("ddns-go", "basic", "port") %>"; | ||
document.getElementById("ddnsgo").height = document.documentElement.clientHeight; | ||
window.onresize = function(){ | ||
document.getElementById("ddnsgo").height = document.documentElement.clientHeight; | ||
|
Oops, something went wrong.