diff --git a/scss/ionic.app.scss b/scss/ionic.app.scss index 5207b67c07fa83f3117cda2a91071db921d3d522..f031163381ac33b7e26a159959b536c8016571aa 100644 --- a/scss/ionic.app.scss +++ b/scss/ionic.app.scss @@ -1983,7 +1983,7 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0"; } .item.item-thumbnail-left, .item-thumbnail-left { - min-height: 100px !important; + min-height: 100px; } .item-thumbnail-left > i:first-child, diff --git a/www/js/platform.js b/www/js/platform.js index 640b7e0f9011260d3ea1b766fe7328b7e75b1f02..950d1f6389408012a3cff94f69c99e81bb37d9af 100644 --- a/www/js/platform.js +++ b/www/js/platform.js @@ -349,7 +349,7 @@ angular.module('cesium.platform', ['ngIdle', 'cesium.config', 'cesium.services'] // removeIf(device) // -- Automatic redirection to HTTPS - if ((csConfig.httpsMode === true || csConfig.httpsMode == 'true' ||csConfig.httpsMode === 'force') && + if ((csConfig.httpsMode === true || csConfig.httpsMode === 'true' ||csConfig.httpsMode === 'force') && $window.location.protocol !== 'https:') { $rootScope.$on('$stateChangeStart', function (event, next, nextParams, fromState) { var path = 'https' + $rootScope.rootPath.substr(4) + $state.href(next, nextParams); diff --git a/www/plugins/es/js/services/document-services.js b/www/plugins/es/js/services/document-services.js index c654de8e0e76e029bf175e90d69e6a712fae36b5..cba149d99550cbfcb73573f07b4ad454f8ebfd3b 100644 --- a/www/plugins/es/js/services/document-services.js +++ b/www/plugins/es/js/services/document-services.js @@ -66,7 +66,6 @@ angular.module('cesium.es.document.services', ['ngResource', 'cesium.platform', function _readSearchHits(res, options) { options.issuerField = options.issuerField || 'pubkey'; - console.log("TODO: ", res); var hits = (res && res.hits && res.hits.hits || []).reduce(function(res, hit) { var doc = hit._source || {}; doc.docType = doc.type; // Save source.type, before replacement