fixed shutdown not working on onboarding page
This commit is contained in:
parent
1322352fa2
commit
c0def6fb7e
4 changed files with 7 additions and 3 deletions
|
@ -23,7 +23,7 @@ restartBtn = document.getElementById('restartNode')
|
|||
shutdownBtn.onclick = function(){
|
||||
if (! nowebpass){
|
||||
if (confirm("Really shutdown Onionr?")){
|
||||
httpGet('shutdownclean')
|
||||
httpGet('/shutdownclean')
|
||||
overlay('shutdownNotice')
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue