mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 22:44:22 +08:00
Hound fixes
This commit is contained in:
parent
bc4b07cc0f
commit
149f45f4fc
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue