Skip to content

Commit

Permalink
Fix issue with bookmarks that don't have name
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr committed Jun 3, 2017
1 parent 7af9f4b commit a692dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -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__",
Expand Down
4 changes: 1 addition & 3 deletions resources/assets/js/newtab.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ Promise.all([
});
}

console.log(allClosedTabs);

/*
|--------------------------------------------------------------------------
| Application top level wrapper
Expand Down Expand Up @@ -596,7 +594,7 @@ Promise.all([
:data-id="bookmark.id"
@mouseup="incClicksCount">
{{bookmark.title}}
{{ bookmark.title || ' ' }}
</a>
<ul
Expand Down

0 comments on commit a692dd0

Please sign in to comment.