remove option to show empty containers and start fixing failing cucumber scenarios

This commit is contained in:
Reinier Balt 2013-03-10 22:51:31 +01:00
parent 22b371ef8c
commit ede898120c
11 changed files with 24 additions and 43 deletions

View file

@ -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);
}