assets/data/ssm.html in j1-template-2020.0.13 vs assets/data/ssm.html in j1-template-2020.0.14

- old
+ new

@@ -85,18 +85,18 @@ {% include {{select_icon_size}} family=ssm_menu_icon_family size=ssm_menu_icon_size %} {% assign ssm_menu_icon_size = size %} -------------------------------------------------------------------------------- {% endcomment %} -{% assign production = '' %} +{% assign production = false %} {% if environment == 'prod' or environment == 'production' %} {% assign production = true %} {% endif %} {% comment %} Main -------------------------------------------------------------------------------- {% endcomment %} <!-- [DEBUG ] [j1.modules.ssm_menu.html ] [collect all menu items] --> - <ul id="{{ssm_options.menu_id}}" class="ssm-light-hover"> + <ul id="{{ssm_options.menu_id}}" class="ssm-light-hover partial"> {% for menu in ssm_menu_config %} {% comment %} {{menu | debug}} ---------------------------------------------------------------------------- {% endcomment %}