Client: add ui.js; create Client object from ui.js
This commit is contained in:
parent
e746a4e8ca
commit
36ba716ad8
4 changed files with 16 additions and 8 deletions
|
|
@ -99,9 +99,3 @@ class Client {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Run script after page is loaded
|
||||
$(function() {
|
||||
const wsUri = AppSettings.serverWsUri;
|
||||
let client = new Client(wsUri);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue