1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

add dijit/dojo stuff; initial ui mockup

This commit is contained in:
Andrew Dolgov
2010-11-15 10:39:52 +03:00
parent 951906dcec
commit 2f01fe57a8
1122 changed files with 102828 additions and 49 deletions
+6 -3
View File
@@ -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);