etiquette/frontends/etiquette_flask
Ethan Dalool 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
..
backend Fix accuracy of Descendants count on tags page. 2021-01-04 13:45:43 -08:00
static Add the clipboard checkbox on pageload, not in server response. 2021-01-05 01:24:03 -08:00
templates Add the clipboard checkbox on pageload, not in server response. 2021-01-05 01:24:03 -08:00
etiquette_flask_dev.py Set photodb log_level from argv. 2020-11-08 20:20:04 -08:00
etiquette_flask_prod.py Add init_photodb to prod. 2020-10-01 19:43:06 -07:00