nicer message

This commit is contained in:
Colin Frei 2013-07-15 10:16:22 +02:00
parent 948d12dbee
commit fc8f45f63b

View file

@ -171,7 +171,7 @@ function DevCtrl($scope, downloader, updateFeedsAlarmManager, opml, downloaderBa
};
$scope.checkForPendingMessage = function() {
console.log(navigator.mozHasPendingMessage('alarm'));
console.log('Has pending message: ' + navigator.mozHasPendingMessage('alarm'));
};
$scope.setAlarmTmp = function() {