Skip to content

Commit

Permalink
fixed #328 - jump to search has not results for ontology views
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorf committed Sep 18, 2024
1 parent ea78151 commit 0b21134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_ontology_viewer.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
jQuery(document).data().bp.ont_viewer.concept_name_title = (jQuery(document).data().bp.ont_viewer.concept_name == "") ?
"" : " - " + jQuery(document).data().bp.ont_viewer.concept_name;
jQuery(document).data().bp.ont_viewer.lang = "#{request_lang(sub)}";
jQuery(document).data().bp.ont_viewer.submission_lang = #{submission_languages(sub)};
jQuery(document).data().bp.ont_viewer.submission_lang = #{submission_languages(sub).to_json.html_safe};
jQuery(document).data().bp.ont_viewer.lang_sections = #{ontology_data_sections.to_json.html_safe};

-# Modal dialog for creating a new mapping (must reside in a top-level position in the document to display properly).
Expand Down

0 comments on commit 0b21134

Please sign in to comment.