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:
@@ -185,7 +185,7 @@
|
||||
function popupHost() {
|
||||
var hostPort = "";
|
||||
try {
|
||||
host = getBrowser().currentURI.hostPort;
|
||||
hostPort = getBrowser().currentURI.hostPort;
|
||||
} catch (e) {
|
||||
}
|
||||
return hostPort;
|
||||
|
||||
Reference in New Issue
Block a user