aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorOnestay <[email protected]>2017-04-23 14:29:19 +0200
committerOnestay <[email protected]>2017-04-23 14:29:19 +0200
commit7d71546388849ed28a9fc6d20e4cde929108b429 (patch)
tree720c993981788a757fc655c338a3e7fd77236a80 /pages
parentGet albums and put them in the select as options (diff)
downloadhost.fuwn.me-7d71546388849ed28a9fc6d20e4cde929108b429.tar.xz
host.fuwn.me-7d71546388849ed28a9fc6d20e4cde929108b429.zip
Add none option
Diffstat (limited to 'pages')
-rw-r--r--pages/home.html3
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>