mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 05:35:55 +00:00
some opera-related fixes
This commit is contained in:
@@ -7,6 +7,10 @@ function browser_has_opacity() {
|
||||
navigator.userAgent.match("Opera") != null;
|
||||
}
|
||||
|
||||
function is_opera() {
|
||||
return navigator.userAgent.match("Opera");
|
||||
}
|
||||
|
||||
function exception_error(location, e, silent) {
|
||||
var msg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user