1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 11:31:29 +00:00

block resize_headlines() for MSIE

This commit is contained in:
Andrew Dolgov
2007-04-29 04:46:08 +01:00
parent 0c3d1219ea
commit 770bbb0297

View File

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