requests, errors, dialogs
This commit is contained in:
parent
c9f854061c
commit
1bc0ffdfbd
5 changed files with 24 additions and 34 deletions
|
|
@ -25,6 +25,7 @@ $(function() {
|
|||
});
|
||||
app.request("error");
|
||||
//app.request("hello");
|
||||
/*
|
||||
app.request("login", {"username": "test", "password": "test"}, function(result) {
|
||||
Ox.print(result);
|
||||
if (result.status.code == 200) {
|
||||
|
|
@ -39,4 +40,5 @@ $(function() {
|
|||
} else if (result.status.code == 500) {
|
||||
}
|
||||
});
|
||||
*/
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue