Bug 393742 â Silly var use in exitPrintPreview(), r=gavin
git-svn-id: svn://10.0.0.236/trunk@233142 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1fafbae0fc
commit
4fc34742f6
@ -279,9 +279,8 @@ var PrintUtils = {
|
||||
webBrowserPrint.exitPrintPreview();
|
||||
|
||||
// remove the print preview toolbar
|
||||
var navToolbox = getNavToolbox();
|
||||
var printPreviewTB = document.getElementById("print-preview-toolbar");
|
||||
navToolbox.parentNode.removeChild(printPreviewTB);
|
||||
getNavToolbox().parentNode.removeChild(printPreviewTB);
|
||||
|
||||
var contentWindow = aWindow || window.content;
|
||||
contentWindow.focus();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user