Hound fixes

This commit is contained in:
Jure Grabnar 2019-06-28 02:31:25 +02:00
parent bc4b07cc0f
commit 149f45f4fc

View file

@ -79,7 +79,7 @@ function applySearchCallback() {
$('.empty-text').hide();
$('.list-wrapper').show();
$('.list-wrapper').html(data.html)
$('.list-wrapper').html(data.html);
applyClickCallbackOnProtocolCards();
initLoadProtocolModalPreview();
} else {