summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorsteelyard-nl <email@jeroenkik.nl>2017-02-01 12:20:19 +0100
committersteelyard-nl <email@jeroenkik.nl>2017-02-01 12:20:19 +0100
commit184d06bc9ce1ecf4be970379dcabf74671b5b4eb (patch)
treebbaa01a9bea847602c1d58719be504d6cde35d2a /www/js/DataModel.js
parent44bf088c3b8b8ce6d135d808a397c6e0de431397 (diff)
Whitespace issues fixed
TAB used in Notepad++ and not SPACE.
Diffstat (limited to 'www/js/DataModel.js')
-rwxr-xr-xwww/js/DataModel.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index db17501d..558e116a 100755
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -602,7 +602,7 @@ angular.module('zmApp.controllers')
$ionicLoading.show(
{
- template: $translate.instant('kRetrievingProfileData'),
+ template: $translate.instant('kRetrievingProfileData'),
});
localforage.getItem("serverGroupList").then(function(val)
@@ -659,7 +659,7 @@ angular.module('zmApp.controllers')
var sname;
$ionicLoading.show(
{
- template: $translate.instant('kRetrievingProfileData'),
+ template: $translate.instant('kRetrievingProfileData'),
});
localforage.getItem("defaultServerName")
.then(function(val)