summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-15 10:39:52 +0300
committerAndrew Dolgov <[email protected]>2010-11-15 10:39:52 +0300
commit2f01fe57a8d37767827d6db42850aef86a767c53 (patch)
tree516a95ffce2fc2435aed8d9976e444dbcba7dce3 /feedlist.js
parent951906dcecb1d3c7bcf751976a03e0c196ca6db0 (diff)
add dijit/dojo stuff; initial ui mockup
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js9
1 files changed, 6 insertions, 3 deletions
diff --git a/feedlist.js b/feedlist.js
index 7dfaef952..5ee103747 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -441,7 +441,7 @@ function feedlist_init() {
}
}
-function hide_footer_af(effect) {
+/* function hide_footer_af(effect) {
try {
var c = $("content-frame");
@@ -465,12 +465,15 @@ function hide_footer_af(effect) {
} catch (e) {
exception_error("hide_footer_af", e);
}
-}
+} */
function hide_footer() {
try {
if (Element.visible("footer")) {
- new Effect.Fade("footer", { afterFinish: hide_footer_af });
+
+ Element.hide("footer");
+
+ //new Effect.Fade("footer", { afterFinish: hide_footer_af });
}
} catch (e) {
exception_error("hide_footer", e);