mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
spacing cleanup
This commit is contained in:
parent
bb2b17b24e
commit
1d3728ea77
1 changed files with 187 additions and 191 deletions
|
|
@ -25,7 +25,6 @@ angular.module('userServices', []).
|
|||
user.apiToken = user._id = ''; // we use id / apitoken to determine if registered
|
||||
|
||||
//than we try to load localStorage
|
||||
|
||||
if (localStorage.getItem(STORAGE_USER_ID)) {
|
||||
_.extend(user, JSON.parse(localStorage.getItem(STORAGE_USER_ID)));
|
||||
}
|
||||
|
|
@ -94,9 +93,7 @@ angular.module('userServices', []).
|
|||
});
|
||||
settings.fetching = false;
|
||||
//Notification.push({type:'text', text:"We're offline"})
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -206,6 +203,5 @@ angular.module('userServices', []).
|
|||
}
|
||||
|
||||
return userServices;
|
||||
|
||||
}
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue