Skip to content
Snippets Groups Projects
Commit 3c061839 authored by Dorian Merz's avatar Dorian Merz
Browse files

Merge branch 'instance/fid' into instance/fid_adlr

parents c5d5423a 71e60f34
No related merge requests found
...@@ -10,11 +10,11 @@ ...@@ -10,11 +10,11 @@
method: 'GET', method: 'GET',
data: {id: recordId, source: recordSource} data: {id: recordId, source: recordSource}
}).done(function(response) { }).done(function(response) {
$('.worldcat').html(response.data.html); $('.worldcat-data').html(response.data.html);
}); });
}); });
JS; JS;
?> ?>
<?=$this->inlineScript(\Zend\View\Helper\HeadScript::SCRIPT, $script, 'SET');?> <?=$this->inlineScript(\Zend\View\Helper\HeadScript::SCRIPT, $script, 'SET');?>
<div class="worldcat"></div> <div class="worldcat-data"></div>
<!-- fid: recordtab - worldcat - END --> <!-- fid: recordtab - worldcat - END -->
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment