Minor: Add missing semicolon - refs BT#21580

pull/5502/head
Angel Fernando Quiroz Campos 2 years ago
parent 1e3eba0984
commit ef078030c9
  1. 2
      src/CoreBundle/Resources/views/LearnPath/view.html.twig

@ -334,7 +334,7 @@
{% endif %}
//loadForumThread({{ lp_id }}, {{ lp_current_item_id }});
checkCurrentItemPosition({{ lp_current_item_id }})
checkCurrentItemPosition({{ lp_current_item_id }});
{% if glossary_extra_tools in glossary_tool_available_list %}
// Loads the glossary library.

Loading…
Cancel
Save