Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2016-11-11 19:14:46 +0300
committerLoic Blot <loic.blot@unix-experience.fr>2016-11-11 19:14:46 +0300
commit8ecf36046259f2af2e30a46b03fcdaf0bab41361 (patch)
tree1c875d683e4d25bd096f54e77638aebae6c4992d
parent26df3a53a4576b3a0a7ce601bb7c3f5aaf7b3d36 (diff)
Fix conversation loader shown where no conversation choosenv1.10.1
-rw-r--r--appinfo/info.xml2
-rw-r--r--js/public/app.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 731553a..05f00a0 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
<description>A app to sync SMS with your ownCloud</description>
<licence>agpl</licence>
<author>Loic Blot</author>
- <version>1.10.0</version>
+ <version>1.10.1</version>
<dependencies>
<owncloud min-version="8.1" max-version="9.2" />
<nextcloud min-version="9.0" />
diff --git a/js/public/app.js b/js/public/app.js
index 394b432..191bb22 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -86,7 +86,7 @@ app.controller('OcSmsController', ['$scope', '$interval', '$timeout', '$compile'
function ($scope, $interval, $timeout, $compile) {
$scope.lastConvMessageDate = 0;
$scope.lastContactListMsgDate = 0;
- $scope.isConvLoading = true;
+ $scope.isConvLoading = false;
$scope.isContactsLoading = true;
$scope.buttons = [
{text: "Send"}