瀏覽代碼

Fixing same bug on poweroff setting

TC pushbot 5 4 年之前
父節點
當前提交
6cb0c14c07
共有 1 個文件被更改,包括 1 次插入1 次删除
  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));