1
0
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:
Andrew Dolgov
2013-03-31 23:53:00 +04:00
parent 5235e73403
commit d880b5da9d
4 changed files with 0 additions and 14 deletions

View File

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