Compare commits

..

No commits in common. "6516e6caf4850641f06e3640043b22493fd2372e" and "453d9dad7f061d412578155895bfc484d692fa29" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -217,8 +217,6 @@ if (CMAKE_SYSTEM_NAME STREQUAL Emscripten)
"-sNO_DISABLE_EXCEPTION_CATCHING=1" "-sNO_DISABLE_EXCEPTION_CATCHING=1"
) )
target_compile_definitions(${MAIN_NAME} PRIVATE EMSCRIPTEN)
target_link_options(${MAIN_NAME} PRIVATE target_link_options(${MAIN_NAME} PRIVATE
"-lwebsocket.js" "-lwebsocket.js"
"-lopenal" "-lopenal"

View File

@ -60,7 +60,7 @@
<p id="vyplnitmeno" style="display:none">^ vyplnit</p> <p id="vyplnitmeno" style="display:none">^ vyplnit</p>
kam <input type="text" name="url" id="url" value="ws://deadfish.cz:11200/ws"><br> kam <input type="text" name="url" id="url" value="ws://deadfish.cz:11200/ws"><br>
<input id="okbut" type="button" value="probíhá získávání" onclick="ok()" disabled> <input id="okbut" type="button" value="0k" onclick="ok()">
</form> </form>
</div> </div>
@ -75,9 +75,6 @@
})(), })(),
onRuntimeInitialized: function() { onRuntimeInitialized: function() {
inited = true; inited = true;
const okbut = document.getElementById("okbut");
okbut.value = "0k";
okbut.disabled = false;
} }
}; };
@ -133,7 +130,6 @@
} }
loadConfig(); loadConfig();
document.getElementById("okbut").disabled = true;
</script> </script>
{{{ SCRIPT }}} {{{ SCRIPT }}}