Fix wish options not selectable after filtering
This commit is contained in:
parent
832765e4a6
commit
cf7e32d90b
2 changed files with 7 additions and 0 deletions
|
@ -42,6 +42,7 @@ $(function () {
|
||||||
var html = response.results ? response.results : '';
|
var html = response.results ? response.results : '';
|
||||||
|
|
||||||
$('.wishlist-cards').html(html);
|
$('.wishlist-cards').html(html);
|
||||||
|
$('.ui.dropdown.options').dropdown();
|
||||||
})
|
})
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
$(this).removeClass('disabled loading');
|
$(this).removeClass('disabled loading');
|
||||||
|
|
|
@ -113,6 +113,12 @@ $page->navigation();
|
||||||
echo __('Wishlist filter cut off on mobile');
|
echo __('Wishlist filter cut off on mobile');
|
||||||
?>
|
?>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<?php
|
||||||
|
/** TRANSLATORS: Changelog: Fixed */
|
||||||
|
echo __('Wish options not selectable after filtering');
|
||||||
|
?>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue