mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2024-12-23 07:26:11 +00:00
Bug: Editing bookmark url don't update tile url
This commit is contained in:
parent
71df90fad4
commit
0be3f1df96
@ -409,7 +409,7 @@ app.GridNodes.sync = function(gridNode, rootPath, callback){ // Sync GridNodes w
|
||||
gridNode.title = bookmarkItem.title;
|
||||
if(bookmarkItem.url){
|
||||
gridNode.type = app.GridNodes.GridNodeType.bookmark;
|
||||
if(!gridNode.url) gridNode.url = bookmarkItem.url;
|
||||
gridNode.url = bookmarkItem.url;
|
||||
} else if(bookmarkItem.children){
|
||||
gridNode.type = app.GridNodes.GridNodeType.folder;
|
||||
var EmptyNodes = [];
|
||||
|
Loading…
Reference in New Issue
Block a user