bruce-models 2.5.8 → 2.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11715,8 +11715,8 @@ var Plugin;
11715
11715
  `;
11716
11716
  if (script.includes("var template")) {
11717
11717
  script = script.replace("{TEMPLATE_CODE}", `
11718
- if (container && template) {
11719
- container.innerHTML = template;
11718
+ if (pluginHTML && template) {
11719
+ pluginHTML.innerHTML = template;
11720
11720
  }
11721
11721
  `);
11722
11722
  }