1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 06:08:02 +01:00

Fix :history icons in recent Firefox versions. Closes issue #552.

This commit is contained in:
Kris Maglione
2011-06-01 17:27:30 -04:00
parent 61aa32fd13
commit 1625cbbd4c

View File

@@ -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!