diff options
| author | Pitu <[email protected]> | 2017-04-27 04:47:08 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-04-27 04:47:08 -0300 |
| commit | 2a978df1a7ab6bb5fbb4f6e9b6bd00cc515e3143 (patch) | |
| tree | 1f61f4068cd077097b72ccaf24956d742386d935 /pages | |
| parent | Derp (diff) | |
| download | host.fuwn.me-2a978df1a7ab6bb5fbb4f6e9b6bd00cc515e3143.tar.xz host.fuwn.me-2a978df1a7ab6bb5fbb4f6e9b6bd00cc515e3143.zip | |
Made that an ID
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/home.html b/pages/home.html index df9ec1e..d9376cb 100644 --- a/pages/home.html +++ b/pages/home.html @@ -58,7 +58,7 @@ <div class="field" id="albumDiv" style="display: none"> <p class="control select-wrapper"> <span class="select"> - <select> + <select id="albumSelect"> <option value="">Upload to album</option> </select> </span> |