1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 07:41: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() {
if (is_msie()) return;
var h_frame = document.getElementById("headlines-frame");
var c_frame = document.getElementById("content-frame");
@@ -406,7 +409,7 @@ function init_second_stage() {
cookie_lifetime = getCookie("ttrss_cltime");
delCookie("ttrss_vf_test");
if (!is_msie()) {
document.onresize = resize_headlines;
resize_headlines();