handle and test the redirect when the goto-project checkbox is checked

This commit is contained in:
Reinier Balt 2010-10-16 17:22:55 +02:00
parent 4413cabbba
commit f284617513
4 changed files with 20 additions and 7 deletions

View file

@ -145,7 +145,7 @@ todoItems = {
}
function redirect_to(path) {
$(window.location).attr('href', path);
window.location.href = path;
}
function setup_container_toggles(){