mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
block resize_headlines in MSIE: broken
This commit is contained in:
@@ -7,6 +7,10 @@ function browser_has_opacity() {
|
||||
navigator.userAgent.match("Opera") != null;
|
||||
}
|
||||
|
||||
function is_msie() {
|
||||
return navigator.userAgent.match("MSIE");
|
||||
}
|
||||
|
||||
function is_opera() {
|
||||
return navigator.userAgent.match("Opera");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user