mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-09 02:38:51 +01:00
remove option to show empty containers and start fixing failing cucumber scenarios
This commit is contained in:
parent
22b371ef8c
commit
ede898120c
11 changed files with 24 additions and 43 deletions
|
|
@ -329,12 +329,6 @@ 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