mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 09:37:58 +01:00
Fix the index of the bmark object.
This commit is contained in:
@@ -409,7 +409,7 @@ function Bookmarks() //{{{
|
||||
{
|
||||
if (bmark[0] == uri.spec)
|
||||
{
|
||||
var id = bmark[4];
|
||||
var id = bmark[5];
|
||||
if (title)
|
||||
bookmarksService.setItemTitle(id, title);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user