mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 04:54:12 +01:00
Don't use a popuppanel for the visual bell if possible.
Update issue #125 This should no longer be a problem after tonight's nightly on Firefox 4.
This commit is contained in:
@@ -38,7 +38,7 @@ const Bookmarks = Module("bookmarks", {
|
||||
|
||||
try {
|
||||
let uri = util.createURI(url);
|
||||
if (!force && bookmarks.isBookmarked(uri.spec))
|
||||
if (!force && this.isBookmarked(uri.spec))
|
||||
for (let bmark in bookmarkcache)
|
||||
if (bmark.url == uri.spec) {
|
||||
var id = bmark.id;
|
||||
|
||||
Reference in New Issue
Block a user