mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Accidentally removed modal restart button in settings
This commit is contained in:
parent
fc21f043ae
commit
be7fbdf5d8
2 changed files with 12 additions and 2 deletions
|
@ -269,7 +269,10 @@ ${next.headerIncludes()}
|
|||
});
|
||||
|
||||
$("#nav-restart").click(function () {
|
||||
window.location.href = "restart";
|
||||
var r = confirm("Are you sure you want to restart PlexPy?");
|
||||
if (r == true) {
|
||||
window.location.href = "restart";
|
||||
}
|
||||
});
|
||||
|
||||
$("#nav-update").first().one("click", function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue