Skip to content

Commit

Permalink
[biblioref] Ajuste para inclusão de caracteres especiais nos campos J…
Browse files Browse the repository at this point in the history
…SON. #125
  • Loading branch information
viniciusandrade committed May 31, 2016
1 parent 807607a commit b362686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bireme/templates/biblioref/field_assist.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h3>{% trans "Field assist" %}</h3>
<script type="text/javascript">
{% if field_json %}
$( document ).ready(function() {
field_json_esc = `{{ field_json|escapejs }}`;
field_json_esc = '{{ field_json|escapejs }}';
opener.update_field_from_assist('{{ field_name }}', field_json_esc, '{{field_id}}');
});
{% endif %}
Expand Down

0 comments on commit b362686

Please sign in to comment.