mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 15:07:59 +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)
|
if (bmark[0] == uri.spec)
|
||||||
{
|
{
|
||||||
var id = bmark[4];
|
var id = bmark[5];
|
||||||
if (title)
|
if (title)
|
||||||
bookmarksService.setItemTitle(id, title);
|
bookmarksService.setItemTitle(id, title);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user