diff --git a/public/manifest.json b/public/manifest.json index b209338d..a9c2e9e0 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_app_name__", - "version": "1.4.0", + "version": "1.4.1", "author": "terron", "homepage_url": "https://github.com/terron-kun/camellia", "description": "__MSG_app_description__", diff --git a/resources/assets/js/newtab.js b/resources/assets/js/newtab.js index e826ac2b..e8148f9a 100644 --- a/resources/assets/js/newtab.js +++ b/resources/assets/js/newtab.js @@ -45,8 +45,6 @@ Promise.all([ }); } - console.log(allClosedTabs); - /* |-------------------------------------------------------------------------- | Application top level wrapper @@ -596,7 +594,7 @@ Promise.all([ :data-id="bookmark.id" @mouseup="incClicksCount"> - {{bookmark.title}} + {{ bookmark.title || ' ' }}