Просмотр исходного кода

Fixed capital letter bug on Linux device showing 404 after shutdown

TC pushbot 5 4 лет назад
Родитель
Сommit
ff0c46dc3a
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      web/Music/embedded.html
  2. 1 1
      web/desktop.system

+ 1 - 1
web/Music/embedded.html

@@ -55,7 +55,7 @@
 	    color:#4b75ff !important;
 	}
 	.playerControlWrapper{
-	    text-align="center";
+	    text-align: center;
 	    position:absolute;
 	    bottom:50px;
 	    width:100% !important;

+ 1 - 1
web/desktop.system

@@ -5429,7 +5429,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 redirection
+                success: "SystemAO/boot/shutdown.html" //Success redirection
             }
             apiObject = encodeURIComponent(JSON.stringify(apiObject));