From 8e42dc30c006281ff28a41e1c10a217644ded0cf Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Sat, 13 Sep 2008 22:53:14 -0400 Subject: [PATCH] leave h1 --- themes/asf/personalize.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/themes/asf/personalize.js b/themes/asf/personalize.js index d918b33..30478bb 100644 --- a/themes/asf/personalize.js +++ b/themes/asf/personalize.js @@ -241,10 +241,6 @@ function moveSidebar() { if (sidebar.currentStyle && sidebar.currentStyle['float'] == 'none') return; if (window.getComputedStyle && document.defaultView.getComputedStyle(sidebar,null).getPropertyValue('float') == 'none') return; - var h1 = sidebar.previousSibling; - while (h1.nodeType != 1) h1=h1.previousSibling; - if (h1.nodeName.toLowerCase() == 'h1') h1.parentNode.removeChild(h1); - var footer = document.getElementById('footer'); var ul = footer.lastChild; while (ul.nodeType != 1) ul=ul.previousSibling;