diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-01-31 11:47:13 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-01-31 11:47:13 +0100 |
| commit | 58e5c44db2f3343c491495d7077f13450db4e324 (patch) | |
| tree | 4993f7121bdbbc78dc0c50c47ebce6931bb8d637 /client/js/requests/identity.js | |
| parent | ae774e381148ef3a3a34d2f3bc51f15b033995f1 (diff) | |
Make status bar dynamic !
Diffstat (limited to 'client/js/requests/identity.js')
| -rw-r--r-- | client/js/requests/identity.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/client/js/requests/identity.js b/client/js/requests/identity.js index e69de29..369ce85 100644 --- a/client/js/requests/identity.js +++ b/client/js/requests/identity.js @@ -0,0 +1,15 @@ + + +// Make Namespace +var identity = {} ; + + + +// Fetch Status +identity.fetchStatus = function(){ + + // TODO + + return new Array("1", "user1", "25/02/2016"); + +}
\ No newline at end of file |
