From 184d06bc9ce1ecf4be970379dcabf74671b5b4eb Mon Sep 17 00:00:00 2001 From: steelyard-nl Date: Wed, 1 Feb 2017 12:20:19 +0100 Subject: Whitespace issues fixed TAB used in Notepad++ and not SPACE. --- www/js/DataModel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/DataModel.js') 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) -- cgit v1.2.3