X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fcontent%2Fhistory.js;fp=common%2Fcontent%2Fhistory.js;h=a4bb2838a2102317a65682a4a562f8df7404f146;hb=70740024f9c028c1fd63e1a1850ab062ff956054;hp=cf985d99ade2d605ae481627e00a68909539ed5b;hpb=718c614c183350706466e22939d0101ca4c87efe;p=dactyl.git diff --git a/common/content/history.js b/common/content/history.js index cf985d9..a4bb283 100644 --- a/common/content/history.js +++ b/common/content/history.js @@ -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! @@ -230,8 +230,8 @@ var History = Module("history", { "uri", "visitcount" ].map(function (order) [ - ["+" + order.replace(" ", ""), "Sort by " + order + " ascending"], - ["-" + order.replace(" ", ""), "Sort by " + order + " descending"] + ["+" + order.replace(" ", ""), /*L*/"Sort by " + order + " ascending"], + ["-" + order.replace(" ", ""), /*L*/"Sort by " + order + " descending"] ])); } }