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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 540 B

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;

View File

@ -107,8 +107,6 @@
</div>
</div>
<img id="piggie" src="images/piggie.png" style="display : none" alt="piggie"/>
<div id="header" dojoType="dijit.layout.ContentPane" region="top">
<!-- <a href='#' onclick="showHelp()"><?php echo __("Keyboard shortcuts") ?></a> | -->
<a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>