#35: Removed the disable-on-click attribute from the Composer button

This commit is contained in:
Andy Heathershaw 2017-09-16 12:54:43 +01:00
parent dc2883db20
commit ab76fb6de5
1 changed files with 2 additions and 2 deletions

View File

@ -34,9 +34,9 @@ class BlueTwilightInstaller
<h1>Blue Twilight Setup</h1>
<p>We need to download a few things - namely <a href="http://getcomposer.org" target="_blank">Composer</a> and related packages - before we can kick off the Blue Twilight installer.</p>
<p>We can do this for you - simply click the button below.</p>
<p style="font-weight: bold; color: #ff0000;">This can take a few minutes so please be patient!</p>
<p style="font-weight: bold; color: #ff0000;">This can take a few minutes so please be patient, and only click the button once!</p>
<form method="post">
<button type="submit" onclick="this.disabled = true;">Install Composer and dependencies for me</button>
<button type="submit">Install Composer and dependencies for me</button>
</form>
<hr/>