Add html id to the clipboard checkbox here.
This commit is contained in:
parent
1a2bd59f23
commit
b8290d884e
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<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
|
||||
</label>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue