1
0
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:
Andrew Dolgov
2006-08-20 07:28:13 +01:00
parent 37897616ff
commit 7c620da8e1
3 changed files with 27 additions and 16 deletions

View File

@@ -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;