mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-17 06:35:28 +01:00
do a big refactor of rendering collections of todos for home page, tag page, project page, context page
This commit is contained in:
parent
f22dfc1f9b
commit
22b371ef8c
20 changed files with 910 additions and 816 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue