Skip to content

Commit

Permalink
fix name in confirm delete bookmark
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoperillo committed Mar 2, 2018
1 parent b78d832 commit 3c50d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ requirejs(['jquery','storage','knockout','knockout-secure-binding','hjls','reque

const confirmDelete = bookmark => {
Resting.bookmarkToDelete = bookmark;
Resting.bookmarkToDeleteName(bookmark.name);
Resting.bookmarkToDeleteName(bookmark.viewName());
Resting.tryToDeleteFolder(bookmark.isFolder);
Resting.showBookmarkDeleteDialog(true);
};
Expand Down

0 comments on commit 3c50d54

Please sign in to comment.