depiggified
This commit is contained in:
parent
5235e73403
commit
d880b5da9d
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 540 B |
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) {
|
function opmlImportComplete(iframe) {
|
||||||
try {
|
try {
|
||||||
if (!iframe.contentDocument.body.innerHTML) return false;
|
if (!iframe.contentDocument.body.innerHTML) return false;
|
||||||
|
|
|
@ -107,8 +107,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<img id="piggie" src="images/piggie.png" style="display : none" alt="piggie"/>
|
|
||||||
|
|
||||||
<div id="header" dojoType="dijit.layout.ContentPane" region="top">
|
<div id="header" dojoType="dijit.layout.ContentPane" region="top">
|
||||||
<!-- <a href='#' onclick="showHelp()"><?php echo __("Keyboard shortcuts") ?></a> | -->
|
<!-- <a href='#' onclick="showHelp()"><?php echo __("Keyboard shortcuts") ?></a> | -->
|
||||||
<a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
|
<a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
|
||||||
|
|
Loading…
Reference in New Issue