assets/themes/j1/adapter/js/fab.js in j1-template-2022.4.9 vs assets/themes/j1/adapter/js/fab.js in j1-template-2022.4.10

- old
+ new

@@ -48,9 +48,11 @@ {% comment %} Set config options -------------------------------------------------------------------------------- {% endcomment %} {% assign toccer_options = toccer_defaults | merge: toccer_settings %} {% assign fab_options = fab_defaults | merge: fab_settings %} +{% comment %} Detect prod mode +-------------------------------------------------------------------------------- {% endcomment %} {% assign production = false %} {% if environment == 'prod' or environment == 'production' %} {% assign production = true %} {% endif %}