From 7fafcf01b40cf6a36e571cc0770dc06c8ce4c848 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 24 Mar 2016 17:07:40 +0100 Subject: [PATCH] check new messages at load. This fixes issue #107 --- js/public/app.js | 1 + 1 file changed, 1 insertion(+) 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(); }); } ]);