pinokiod 3.19.7 → 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 +2 -0
package/package.json
CHANGED
package/server/views/index.ejs
CHANGED
|
@@ -798,6 +798,8 @@ if (document.querySelector("form input[type=search]")) {
|
|
|
798
798
|
// if launch_complete is false => not finished launching. wait until it's complete, and then refresh
|
|
799
799
|
// autolaunch display update
|
|
800
800
|
<% if (!launch_complete) { %>
|
|
801
|
+
debugger
|
|
802
|
+
let c = confirm("OK")
|
|
801
803
|
let interval = setInterval(async () => {
|
|
802
804
|
let res = await fetch("/pinokio/info").then((res) => {
|
|
803
805
|
return res.json()
|