diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-04 13:20:45 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-04 13:20:45 +0100 |
| commit | 784b25754c6b168a6c015aa39837c34339c88444 (patch) | |
| tree | 59ee5a028dcf5dcd194fd9618f26a0fd7ef7ae4f /client/js/requests/errors.js | |
| parent | 37e02d62c49590cb936f7b8722d013529c5b9728 (diff) | |
Add error checking, add method handler for login
Diffstat (limited to 'client/js/requests/errors.js')
| -rw-r--r-- | client/js/requests/errors.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/client/js/requests/errors.js b/client/js/requests/errors.js new file mode 100644 index 0000000..cc9389a --- /dev/null +++ b/client/js/requests/errors.js @@ -0,0 +1,14 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ + + +var errors={}; + + +errors.checkForLogin=function(result){ + // TODO + return true; +};
\ No newline at end of file |
