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:
committed by
Facebook GitHub Bot
parent
4b078a4472
commit
f21bb817e0
@@ -94,8 +94,8 @@
|
||||
<b>Flipper is not running in the background</b>
|
||||
|
||||
<p>It can be started by clicking the button below.</p>
|
||||
<form action="flipper-launcher://start-server">
|
||||
<input type="submit" value="Start" />
|
||||
<form action="flipper-launcher://start-server" onSubmit="document.getElementById('submit').disabled=true;">
|
||||
<input id="submit" type="submit" value="Start" onclick="event.target.value='Starting...';" />
|
||||
</form>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user