pinokiod 3.19.9 → 3.19.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/server/views/index.ejs +1 -0
package/package.json
CHANGED
package/server/views/index.ejs
CHANGED
|
@@ -799,6 +799,7 @@ if (document.querySelector("form input[type=search]")) {
|
|
|
799
799
|
// autolaunch display update
|
|
800
800
|
<% if (!launch_complete) { %>
|
|
801
801
|
debugger
|
|
802
|
+
let c = confirm("OK")
|
|
802
803
|
let interval = setInterval(async () => {
|
|
803
804
|
let res = await fetch("/pinokio/info").then((res) => {
|
|
804
805
|
return res.json()
|