From 60e7f133d7cd3e27c7fe2838de7896955d4a625f Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Wed, 12 Nov 2014 21:03:33 +0300 Subject: [PATCH] disabled notify log --- app/js/services.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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