Backing out this change, this was meant for the branch.

This commit is contained in:
jaggernaut%netscape.com 2001-07-06 00:22:10 +00:00
parent a0e961564c
commit 802d5019da
2 changed files with 0 additions and 24 deletions

View File

@ -18,17 +18,6 @@
* Contributor(s):
*/
var sizeToShow = function() {
if (navigator.platform.indexOf("Win") != -1) {
sizeToShow = function() {};
} else {
sizeToShow = function() {
window.resizeBy(0, 1);
window.resizeBy(0, -1);
};
}
};
function initPanel() {
var tag = document.getElementById("panelFrame").getAttribute("tag");
if (hWalletViewer) {
@ -37,7 +26,6 @@ function initPanel() {
window.queuedTag = tag;
window.queuedTagPending = true;
}
sizeToShow(); //XXXjag work-around for bug 86726
}
window.doneLoading = false;

View File

@ -18,17 +18,6 @@
* Contributor(s):
*/
var sizeToShow = function() {
if (navigator.platform.indexOf("Win") != -1) {
sizeToShow = function() {};
} else {
sizeToShow = function() {
window.resizeBy(0, 1);
window.resizeBy(0, -1);
};
}
};
function initPanel() {
var tag = document.getElementById("panelFrame").getAttribute("tag");
if (hWalletViewer) {
@ -37,7 +26,6 @@ function initPanel() {
window.queuedTag = tag;
window.queuedTagPending = true;
}
sizeToShow(); //XXXjag work-around for bug 86726
}
window.doneLoading = false;