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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.19.9",
3
+ "version": "3.19.10",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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()