Bug 349410: don't redeclare "uri" (image blocking notification shows the wrong host name for third party images), r=mconnor

git-svn-id: svn://10.0.0.236/trunk@208068 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2006-08-21 23:31:18 +00:00
parent 9f9b2fd9de
commit 1ccf7580d2

View File

@@ -4958,7 +4958,6 @@ nsContextMenu.prototype = {
savedmenu.toggleImageBlocking(!aBlock);
}
var uri = gBrowser.selectedBrowser.webNavigation.currentURI;
var brandBundle = document.getElementById("bundle_brand");
var app = brandBundle.getString("brandShortName");
var bundle_browser = document.getElementById("bundle_browser");