Selaa lähdekoodia

Fixing same bug on poweroff setting

TC pushbot 5 4 vuotta sitten
vanhempi
commit
6cb0c14c07
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      web/SystemAO/boot/poweroff.html

+ 1 - 1
web/SystemAO/boot/poweroff.html

@@ -58,7 +58,7 @@
                     desc: "Please enter your password to confirm operation.",
                     thisuser: true, //This username as default, set to false for entering other user
                     method: "GET",
-                    success: "systemAO/boot/shutdown.html"
+                    success: "SystemAO/boot/shutdown.html"
                 }
 
                 apiObject = encodeURIComponent(JSON.stringify(apiObject));