-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from remotestorage/feature/26-connect_button
Disable connect button when connecting
- Loading branch information
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -473,9 +473,9 @@ <h1 class="rs-big-headline">Connect your storage</h1> | |
<div class="rs-content"> | ||
<form name="rs-sign-in-form" class="rs-sign-in-form"> | ||
<h1 class="rs-big-headline">Connect your storage</h1> | ||
<input type="text" name='rs-user-address' placeholder="[email protected]" autocapitalize="off"> | ||
<input type="text" name="rs-user-address" placeholder="[email protected]" autocapitalize="off"> | ||
<div class="rs-sign-in-error rs-hidden"></div> | ||
<input type="submit" value="Connect"> | ||
<input type="submit" class="rs-connect" value="Connect"> | ||
<a href="https://remotestorage.io/get/" class="rs-help" target="_blank">Need help?</a> | ||
</form> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters