mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Redirect to proper HTTP root on state change
This commit is contained in:
parent
254f41a2cc
commit
57f1af05f5
2 changed files with 7 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
|||
|
||||
// Redirect to home page after countdown.
|
||||
function reloadPage() {
|
||||
window.location.href = "index";
|
||||
window.location.href = "${new_http_root}index";
|
||||
}
|
||||
</script>
|
||||
</%def>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue