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:
2
prefs.js
2
prefs.js
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user