summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorEoleDev <EoleDev@outlook.fr>2016-03-23 15:13:42 +0100
committerEoleDev <EoleDev@outlook.fr>2016-03-23 15:13:42 +0100
commit0dc17aa9efb987dcdf6f864f4110450bcc0c9003 (patch)
treedd827e58987ccfafc6a923c2110b95403f80f1bf /client
parentd3fc2ab36ced70c8eb20e7f85f900425b7781667 (diff)
Correction Erreur
Diffstat (limited to 'client')
-rwxr-xr-xclient/js/controllers/home/home.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/controllers/home/home.js b/client/js/controllers/home/home.js
index 3332a10..ec6fb6e 100755
--- a/client/js/controllers/home/home.js
+++ b/client/js/controllers/home/home.js
@@ -44,7 +44,7 @@ mainApp.controller('homeCtrl', [ '$scope', 'Compute', '$rootScope', 'Loading','I
if(Identity.isAlreadyLogin()){
- if(Compute.getData().machines == null{
+ if(Compute.getData().machines == null){
Loading.start();
Compute.pullData(callMeAfterPullData);
}