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 {
|
||||
|
@ -163,7 +163,7 @@ function handleFormSubmit(modal) {
|
|||
}
|
||||
|
||||
function initLoadProtocolModalPreview() {
|
||||
$('.external-import-btn').off('click').on('click', function(e) {
|
||||
$('.external-import-btn').off('click').on('click', function(e) {
|
||||
var link = $(this).parents('.protocol-card');
|
||||
animateSpinner(null, true);
|
||||
$.ajax({
|
||||
|
|
Loading…
Reference in a new issue