mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed unable to click checkboxes in post upload
This commit is contained in:
@ -160,6 +160,8 @@ App.Presenters.PostUploadPresenter = function(
|
||||
$row.find('img').mouseleave(postTableRowImageUnhovered);
|
||||
$row.data('post', post);
|
||||
$table.find('tbody').append($row);
|
||||
$row.find('td.checkbox input').attr('id', _.uniqueId());
|
||||
$row.find('td.checkbox label').attr('for', $row.find('td.checkbox input').attr('id'));
|
||||
|
||||
postChanged(post);
|
||||
|
||||
|
Reference in New Issue
Block a user