mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
remove work around for #15458. that bug has been fixed.
gayatrib and I both tested it.
This commit is contained in:
parent
1143b3521a
commit
2cef50a377
@ -122,10 +122,6 @@ function displayPage(content)
|
||||
{
|
||||
contentFrame.setAttribute("src", content);
|
||||
}
|
||||
//hack for onLoadHandler problem bug #15458
|
||||
var tmpUrl = content.split(pagePostfix);
|
||||
var tag = tmpUrl[0];
|
||||
wizardPageLoaded(tag);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user