| Instead of embedding the entire tag list in the search.html template every single time, this script loads the tags from the new, cache-enabled endpoint /all_tags.json. Then we can use html5 datalists to create autocomplete forms on the search and photo pages. | ||
|---|---|---|
| .. | ||
| album.html | ||
| albums.html | ||
| bookmarks.html | ||
| clipboard.html | ||
| clipboard_tray.html | ||
| header.html | ||
| login.html | ||
| photo.html | ||
| photo_card.html | ||
| root.html | ||
| search.html | ||
| tag_object.html | ||
| tags.html | ||
| template.html | ||
| user.html | ||