typo web
This commit is contained in:
parent
749c2fb3e4
commit
9a1a609fcd
File diff suppressed because one or more lines are too long
|
@ -104,8 +104,7 @@ select.interface {
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
last_change="";
|
last_change="";
|
||||||
$(function() {
|
$(function() {
|
||||||
server = "localhost:8080";
|
ajax("ajax", {"action":"get-remotes"} );
|
||||||
ajax(server, {"action":"get-remotes"} );
|
|
||||||
});
|
});
|
||||||
|
|
||||||
function ajax(server, action){
|
function ajax(server, action){
|
||||||
|
|
Loading…
Reference in New Issue