diff --git a/app/js/services.js b/app/js/services.js index 8330ef9e..34cd1762 100644 --- a/app/js/services.js +++ b/app/js/services.js @@ -3498,7 +3498,7 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) } function notify (data) { - console.log('notify', $rootScope.idle.isIDLE, notificationsUiSupport); + // console.log('notify', $rootScope.idle.isIDLE, notificationsUiSupport); // FFOS Notification blob src bug workaround if (Config.Navigator.ffos) { @@ -3546,8 +3546,7 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) } else if (window.external && window.external.msIsSiteMode()) { window.external.msSiteModeClearIconOverlay(); - console.log('notify', data.image, data.title); - window.external.msSiteModeSetIconOverlay('img/icons/icon16.png', data.title + (data.message ? ' ' + data.message : '')); + window.external.msSiteModeSetIconOverlay('img/icons/icon16.png', data.title); window.external.msSiteModeActivate(); notification = { index: idx