Skip to content
This repository was archived by the owner on Jun 14, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Whitespace issues fixed
TAB used in Notepad++ and not SPACE.
  • Loading branch information
steelyard-nl committed Feb 1, 2017
commit 184d06bc9ce1ecf4be970379dcabf74671b5b4eb
4 changes: 2 additions & 2 deletions www/js/DataModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ angular.module('zmApp.controllers')

$ionicLoading.show(
{
template: $translate.instant('kRetrievingProfileData'),
template: $translate.instant('kRetrievingProfileData'),
});

localforage.getItem("serverGroupList").then(function(val)
Expand Down Expand Up @@ -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)
Expand Down