mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 17:57:58 +01:00
Fix :history icons in recent Firefox versions. Closes issue #552.
This commit is contained in:
@@ -41,7 +41,7 @@ var History = Module("history", {
|
||||
return {
|
||||
url: node.uri,
|
||||
title: node.title,
|
||||
icon: node.icon ? node.icon.spec : DEFAULT_FAVICON
|
||||
icon: node.icon ? node.icon : DEFAULT_FAVICON
|
||||
};
|
||||
}).toArray();
|
||||
root.containerOpen = false; // close a container after using it!
|
||||
|
||||
Reference in New Issue
Block a user