This commit is contained in:
Xavier Henner 2019-08-17 12:13:14 +02:00
parent 749c2fb3e4
commit 9a1a609fcd
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

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