mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 13:11:29 +00:00
block resize_headlines() for MSIE
This commit is contained in:
@@ -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");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user