From a05db79889dc54b9fb667818816b3b8824728e82 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 22 Sep 2016 22:21:58 +0200 Subject: [PATCH] typo fix --- js/public/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/public/app.js b/js/public/app.js index 794df87..8e02fa1 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -168,7 +168,7 @@ app.controller('OcSmsController', ['$scope', '$interval', '$timeout', '$compile' } $scope.totalMessageCount = jsondata['msgCount'] !== undefined ? jsondata['msgCount'] : 0; - } + }); $('#app-content').scrollTop(1E10); }