diff options
| author | Pitu <[email protected]> | 2017-04-27 04:28:02 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-04-27 04:28:02 -0300 |
| commit | 6dda9951de76c94b71c4f66c57fc0333bd2937e4 (patch) | |
| tree | a958dd13e180bc6e91d0ac14036eb874d3675aff /pages | |
| parent | Merge pull request #32 from Onestay/onestay-dev (diff) | |
| download | host.fuwn.me-6dda9951de76c94b71c4f66c57fc0333bd2937e4.tar.xz host.fuwn.me-6dda9951de76c94b71c4f66c57fc0333bd2937e4.zip | |
Changed the dropdown option and removed label
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/home.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pages/home.html b/pages/home.html index 82433a5..df9ec1e 100644 --- a/pages/home.html +++ b/pages/home.html @@ -56,11 +56,10 @@ <div class="column" id="uploadContainer"> <a id="loginToUpload" href="/auth" class="button is-danger">Running in private mode. Log in to upload.</a> <div class="field" id="albumDiv" style="display: none"> - <label class="label">Album</label> <p class="control select-wrapper"> <span class="select"> <select> - <option value="">None</option> + <option value="">Upload to album</option> </select> </span> </p> |