etiquette/frontends/etiquette_flask/static/js
voussoir 29774f2524 Add the clipboard checkbox on pageload, not in server response.
With the recent addition of search_embed iframes on other pages, we
had photo cards appearing but the photo_clipboard module was not
imported thus the checkboxes did nothing. I don't want to import
photo_clipboard onto every single page, I'd rather they click through
to the full search UI. Otherwise every single page will have the tray
and often not a good enough reason for it.
So, since the functionality of the checkbox is completely reliant on
the photo_clipboard.js module anyway, there's no reason not to have it
generated by that module.
2021-01-05 01:24:03 -08:00
..
album_autocomplete.js Add album_autocomplete.js, so "Add child" box can autocomplete. 2020-10-03 18:37:08 -07:00
api.js Add UI for editing user's display name. 2021-01-01 19:46:31 -08:00
common.js Add search_embed for bringing search iframes to other pages. 2021-01-02 13:49:43 -08:00
editor.js Significant updates to editor.js. 2021-01-01 19:46:06 -08:00
hotkeys.js Use more const. 2020-09-14 18:33:53 -07:00
photo_clipboard.js Add the clipboard checkbox on pageload, not in server response. 2021-01-05 01:24:03 -08:00
spinner.js Use more const. 2020-09-14 18:33:53 -07:00
tag_autocomplete.js Add album_autocomplete.js, so "Add child" box can autocomplete. 2020-10-03 18:37:08 -07:00