assets/themes/j1/adapter/js/customModule.js in j1-template-2023.4.1 vs assets/themes/j1/adapter/js/customModule.js in j1-template-2023.4.2
- old
+ new
@@ -85,9 +85,10 @@
{% comment %} Set global variables
------------------------------------------------------------------------------ {% endcomment %}
var environment = '{{environment}}';
var moduleOptions = {};
var instances = [];
+ var state = 'not_started';
var frontmatterOptions;
var _this;
var logger;
var logText;