Change button title when clicked

Summary: Change the button title when clicked.

Reviewed By: mweststrate

Differential Revision: D49954493

fbshipit-source-id: 3d689effc0cc5587ab8a07901b66139577b21837
This commit is contained in:
Lorenzo Blasa
2023-10-05 08:04:34 -07:00
committed by Facebook GitHub Bot
parent 4b078a4472
commit f21bb817e0

View File

@@ -94,8 +94,8 @@
<b>Flipper is not running in the background</b> <b>Flipper is not running in the background</b>
<p>It can be started by clicking the button below.</p> <p>It can be started by clicking the button below.</p>
<form action="flipper-launcher://start-server"> <form action="flipper-launcher://start-server" onSubmit="document.getElementById('submit').disabled=true;">
<input type="submit" value="Start" /> <input id="submit" type="submit" value="Start" onclick="event.target.value='Starting...';" />
</form> </form>
<p> <p>