bug fix: context handling with dialogs

pull/10/head
Steve Nyemba 4 months ago
parent 5e5ccddfb3
commit d5ecc89479

@ -29,7 +29,7 @@
<div class="active" onclick="menu.apply('{{_item.uri}}','{{_item.text}}','{{_name}}','{{system.context}}')">
{% else %}
<!-- working on links/widgets -->
<div class="active" onclick="menu.apply_link({{_item|tojson}},'{{system.context}}')">
<div class="active" onclick='menu.apply_link({{_item|tojson}},"{{system.context}}")'>
{% endif %}
<i class="fa-solid fa-chevron-right" style="margin-right:4px"></i>
{{_item.text.replace('-',' ').replace('_',' ')}}

@ -1,5 +1,5 @@
__author__ = "Steve L. Nyemba"
__version__= "2.1.3"
__version__= "2.1.4"
__email__ = "steve@the-phi.com"
__license__="""
Copyright 2010 - 2024, Steve L. Nyemba, Vanderbilt University Medical Center

Loading…
Cancel
Save