mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 08:17: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 {
|
return {
|
||||||
url: node.uri,
|
url: node.uri,
|
||||||
title: node.title,
|
title: node.title,
|
||||||
icon: node.icon ? node.icon.spec : DEFAULT_FAVICON
|
icon: node.icon ? node.icon : DEFAULT_FAVICON
|
||||||
};
|
};
|
||||||
}).toArray();
|
}).toArray();
|
||||||
root.containerOpen = false; // close a container after using it!
|
root.containerOpen = false; // close a container after using it!
|
||||||
|
|||||||
Reference in New Issue
Block a user