Add html id to the clipboard checkbox here.

This commit is contained in:
voussoir 2021-01-04 23:29:25 -08:00
parent 1a2bd59f23
commit b8290d884e

View file

@ -199,7 +199,7 @@
</li> </li>
<li> <li>
<label> <label>
<input type="checkbox" class="photo_card_selector_checkbox" data-photo-id="{{photo.id}}" onchange="return photo_clipboard.on_photo_select(event);" <input id="clipboard_checkbox" type="checkbox" class="photo_card_selector_checkbox" data-photo-id="{{photo.id}}" onchange="return photo_clipboard.on_photo_select(event);"
/>Clipboard />Clipboard
</label> </label>
</li> </li>