mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
depiggified
This commit is contained in:
12
js/prefs.js
12
js/prefs.js
@@ -767,18 +767,6 @@ function editSelectedFeeds() {
|
||||
}
|
||||
}
|
||||
|
||||
function piggie(enable) {
|
||||
if (enable) {
|
||||
console.log("I LOVEDED IT!");
|
||||
var piggie = $("piggie");
|
||||
|
||||
Element.show(piggie);
|
||||
Position.Center(piggie);
|
||||
Effect.Puff(piggie);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
function opmlImportComplete(iframe) {
|
||||
try {
|
||||
if (!iframe.contentDocument.body.innerHTML) return false;
|
||||
|
||||
Reference in New Issue
Block a user