1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 18:05:56 +00:00

opera fixes

This commit is contained in:
Andrew Dolgov
2006-05-18 14:51:15 +01:00
parent f9e621d06f
commit 292a8a1224
5 changed files with 48 additions and 8 deletions

View File

@@ -1214,7 +1214,7 @@ function localPiggieFunction(enable) {
var piggie = document.getElementById("piggie");
piggie.style.display = "block";
if (browser.isNS && Math.random(1) > 0.5) {
if (navigator.userAgent.match("Gecko") && Math.random(1) > 0.5) {
piggie2_callback();
} else {
piggie_callback();