1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-20 12:52:58 +00:00
This commit is contained in:
Loic Blot
2016-09-22 22:21:58 +02:00
parent a512ee4957
commit a05db79889
+1 -1
View File
@@ -168,7 +168,7 @@ app.controller('OcSmsController', ['$scope', '$interval', '$timeout', '$compile'
}
$scope.totalMessageCount = jsondata['msgCount'] !== undefined ? jsondata['msgCount'] : 0;
}
});
$('#app-content').scrollTop(1E10);
}