bug 359213 - Allow Popups from This site doesn't get currentURI, p=stefanh@bluebottle.com r=IanN sr=Neil

git-svn-id: svn://10.0.0.236/trunk@214714 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kairo%kairo.at
2006-11-04 16:17:42 +00:00
parent e431141391
commit b4ae4ce538

View File

@@ -185,7 +185,7 @@
function popupHost() {
var hostPort = "";
try {
host = getBrowser().currentURI.hostPort;
hostPort = getBrowser().currentURI.hostPort;
} catch (e) {
}
return hostPort;