block resize_headlines() for MSIE

master
Andrew Dolgov 18 years ago
parent 0c3d1219ea
commit 770bbb0297

@ -387,6 +387,9 @@ function init() {
}
function resize_headlines() {
if (is_msie()) return;
var h_frame = document.getElementById("headlines-frame");
var c_frame = document.getElementById("content-frame");

Loading…
Cancel
Save