mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-23 18:50:12 +01:00
handle and test the redirect when the goto-project checkbox is checked
This commit is contained in:
parent
4413cabbba
commit
f284617513
4 changed files with 20 additions and 7 deletions
|
|
@ -145,7 +145,7 @@ todoItems = {
|
|||
}
|
||||
|
||||
function redirect_to(path) {
|
||||
$(window.location).attr('href', path);
|
||||
window.location.href = path;
|
||||
}
|
||||
|
||||
function setup_container_toggles(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue