mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 00:45:14 +00:00
Update index.js
This commit is contained in:
parent
f3fa4593ca
commit
52ec973f97
|
@ -116,6 +116,8 @@ var showLocalApplications = function() {
|
||||||
res = JSON.parse(req.responseText);
|
res = JSON.parse(req.responseText);
|
||||||
onSuccess(res);
|
onSuccess(res);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
showApplications();
|
||||||
}
|
}
|
||||||
}).val(serverId);
|
}).val(serverId);
|
||||||
entry.appendTo("#listview_applications");
|
entry.appendTo("#listview_applications");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user