diff --git a/js/public/app.js b/js/public/app.js index 58660fc..54c3411 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -429,6 +429,7 @@ app.controller('OcSmsController', ['$scope', '$interval', '$timeout', '$compile' }); $scope.fetchInitialSettings(); $scope.initDesktopNotifies(); + $scope.checkNewMessages(); }); } ]);