diff options
| author | Onestay <[email protected]> | 2017-04-23 14:29:19 +0200 |
|---|---|---|
| committer | Onestay <[email protected]> | 2017-04-23 14:29:19 +0200 |
| commit | 7d71546388849ed28a9fc6d20e4cde929108b429 (patch) | |
| tree | 720c993981788a757fc655c338a3e7fd77236a80 /pages | |
| parent | Get albums and put them in the select as options (diff) | |
| download | host.fuwn.me-7d71546388849ed28a9fc6d20e4cde929108b429.tar.xz host.fuwn.me-7d71546388849ed28a9fc6d20e4cde929108b429.zip | |
Add none option
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 14d1610..dd11d22 100644 --- a/pages/home.html +++ b/pages/home.html @@ -60,8 +60,7 @@ <p class="control"> <span class="select"> <select> - <option>Album 1</option> - <option>Album 2</option> + <option value="">None</option> </select> </span> </p> |