Skip to content

Commit

Permalink
Better way to get /favicon.ico link (not used for now, see #147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Infocatcher committed Sep 2, 2014
1 parent 0cc4fdf commit 590848d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocolRedirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
spec = "http://" + spec;
var uri = Services.io.newURI(spec, null, null); // We accept only valid URIs

//try {
// setFavicon(uri.scheme + "://" + uri.hostPort + "/favicon.ico");
//try { // See useDefaultIcon() in chrome://browser/content/tabbrowser.xml
// setFavicon(uri.prePath + "/favicon.ico");
//}
//catch(e2) {
//}
Expand Down

0 comments on commit 590848d

Please sign in to comment.