diff --git a/www/scripts/controllers/bookmark-info-controller.js b/www/scripts/controllers/bookmark-info-controller.js index 3d38b23..c7bc746 100644 --- a/www/scripts/controllers/bookmark-info-controller.js +++ b/www/scripts/controllers/bookmark-info-controller.js @@ -9,7 +9,7 @@ app.controller('bookmarkInfoCtr', ['$scope', '$state', '$timeout', '$sce', '$win $('.ui.modal.js-bookmark-info').modal({ closable: false, }).modal('setting', 'transition', dataService.animation()).modal('show'); - bookmark.favicon_url = 'http://favicon.luchenqun.com/?url=' + bookmark.url; + bookmark.favicon_url = 'https://favicon.luchenqun.com/?url=' + bookmark.url; $scope.bookmark = bookmark; $scope.bookmark.description = $sce.trustAsHtml(bookmark.description); $scope.content = $sce.trustAsHtml(bookmark.content) || ''; diff --git a/www/views/search.html b/www/views/search.html index a0e6040..3f793a5 100644 --- a/www/views/search.html +++ b/www/views/search.html @@ -131,8 +131,8 @@