do a big refactor of rendering collections of todos for home page, tag page, project page, context page

This commit is contained in:
Reinier Balt 2013-03-10 20:38:10 +01:00
parent f22dfc1f9b
commit 22b371ef8c
20 changed files with 910 additions and 816 deletions

View file

@ -329,6 +329,12 @@ var TracksPages = {
refresh_page();
});
$("a#show_empty_containers").click(function () {
var show = ($(this).attr("x_show_empty_containers") == "true");
$.cookie('show_empty_containers', !show);
refresh_page();
});
/* fade flashes and alerts in automatically */
$(".alert").fadeOut(8000);
}