diff --git a/www/js/controllers/app-controllers.js b/www/js/controllers/app-controllers.js index 98caa2898d771f6572c4d640a4ea59c1e00641c0..e5e79a9501585bf348b24c05faf49140b2672e44 100644 --- a/www/js/controllers/app-controllers.js +++ b/www/js/controllers/app-controllers.js @@ -510,7 +510,7 @@ function AppController($scope, $rootScope, $state, $ionicSideMenuDelegate, $q, $ }; $scope.registerProtocolHandlers = function() { - var protocols = ['web+june', /*'june' - NOT yet accepted by web browser */]; + var protocols = ['web+june']; _.each(protocols, function(protocol) { console.debug("[app] Registering protocol '{0}'...".format(protocol)); diff --git a/www/js/services/settings-services.js b/www/js/services/settings-services.js index 5249c912ab3836782106a037732a9747002eae01..26d7199be78162690cf96ba7beaba81af8a629ab 100644 --- a/www/js/services/settings-services.js +++ b/www/js/services/settings-services.js @@ -102,7 +102,8 @@ angular.module('cesium.settings.services', ['ngApi', 'cesium.config']) }, wallet: { showPubkey: true, - alertIfUnusedWallet: true + alertIfUnusedWallet: true, + notificationReadTime: 0 }, locale: { id: fixLocaleWithLog(csConfig.defaultLanguage || $translate.use()) // use config locale if set, or browser default diff --git a/www/templates/home/home.html b/www/templates/home/home.html index 5cdf936cd0d99cf32611a2e6fd0a4377f337b4dc..df345cbbe40be1c44290a5f7149af86b529ac3bb 100644 --- a/www/templates/home/home.html +++ b/www/templates/home/home.html @@ -13,8 +13,7 @@ </button> </ion-nav-buttons> - <ion-content class="circle-bg-dark positive-900-bg" - ng-class="::{'calm-bg': $root.config.readonly}"> + <ion-content class="circle-bg-dark positive-900-bg" ng-class="::{'calm-bg': $root.config.readonly}"> <div class="ribbon" ng-if="::$root.config.demo || $root.config.readonly"> <a class="badge badge-assertive" ng-if="::$root.config.demo" ng-click="showHelpModal('demo')">{{:locale:'MODE.DEMO.BADGE'|translate}}</a> @@ -177,7 +176,7 @@ <!-- feed items --> <div class="animate-show-hide ng-hide" ng-show="feed"> <div ng-repeat="item in feed.items" - class="card padding no-margin-xs"> + class="card padding no-margin-xs"> <div class="header "> <!-- author -->