Spaces:
Running
Running
Commit
·
64a6a39
1
Parent(s):
97b57ee
fixed issue with launch button not working
Browse files- hf_server.js +2 -2
hf_server.js
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* All rights reserved.
|
4 |
*/
|
5 |
//@ts-check
|
6 |
-
const VERSION = '0.6.0.hf.
|
7 |
|
8 |
const express = require('express');
|
9 |
const http = require('http');
|
@@ -361,7 +361,7 @@ async function handleGetRoot(req, res)
|
|
361 |
|
362 |
let buttonsHTML = `
|
363 |
<button id="startServerButton" class="${startButtonClass}" onclick="startServer()">CREATE Omnitool Server</button>
|
364 |
-
<button id="exitIframeButton" class="${gotoButtonClass}" onclick="exitIframe() disabled
|
365 |
<a href="${HF_SPACE_DUPLICATE_URL}" target="_blank" class="button-like-link" id="duplicateRepoButton">DUPLICATE Space</a>`;
|
366 |
|
367 |
const html = getButtonsString(buttonsHTML);
|
|
|
3 |
* All rights reserved.
|
4 |
*/
|
5 |
//@ts-check
|
6 |
+
const VERSION = '0.6.0.hf.011a';
|
7 |
|
8 |
const express = require('express');
|
9 |
const http = require('http');
|
|
|
361 |
|
362 |
let buttonsHTML = `
|
363 |
<button id="startServerButton" class="${startButtonClass}" onclick="startServer()">CREATE Omnitool Server</button>
|
364 |
+
<button id="exitIframeButton" class="${gotoButtonClass}" onclick="exitIframe()" disabled>LAUNCH Omnitool</button>
|
365 |
<a href="${HF_SPACE_DUPLICATE_URL}" target="_blank" class="button-like-link" id="duplicateRepoButton">DUPLICATE Space</a>`;
|
366 |
|
367 |
const html = getButtonsString(buttonsHTML);
|