1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00
This commit is contained in:
Loic Blot 2016-09-22 22:21:58 +02:00
parent a512ee4957
commit a05db79889

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);
}