Skip to content

Commit

Permalink
Correção opção adicionar a minha bvs
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusandrade committed May 9, 2019
1 parent ca44de8 commit 8f83024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/regional/js/add_collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $(document).ready(
function(){
var view = $('#view').val();

$('div.box4').each(
$('div.doc-detail').each(
function(){
var x = $('div.platserv.boxTools a.add-collection.btnTools');

Expand Down
2 changes: 1 addition & 1 deletion templates/regional/result-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="row padding1">
<!-- Centro -->
<div class="col-md-9 d-print-block">
<div class="box4">
<div class="doc-detail box4">
<div class="titleArt">
<b>{% autoescape false %}{{ occ( {'element': doc.ti, separator: ' / '} ) }}{% endautoescape %}</b>
</div>
Expand Down

0 comments on commit 8f83024

Please sign in to comment.