From 5bbf43c1b146439ab882815c12ed6292f1d7b4df Mon Sep 17 00:00:00 2001
From: dh_ackergaul <dh_ackergaul@dh-software.de>
Date: Di, 23 Jun 2026 09:44:49 +0200
Subject: [PATCH] Update _furnview - 23.6.2026, 09:44:32 [LL]
---
manufacturer/_furnview/_global/html/h/generic-katatree/js/modules/mod-configurator-ui.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/manufacturer/_furnview/_global/html/h/generic-katatree/js/modules/mod-configurator-ui.js b/manufacturer/_furnview/_global/html/h/generic-katatree/js/modules/mod-configurator-ui.js
index 2b731f2..d5d10c5 100644
--- a/manufacturer/_furnview/_global/html/h/generic-katatree/js/modules/mod-configurator-ui.js
+++ b/manufacturer/_furnview/_global/html/h/generic-katatree/js/modules/mod-configurator-ui.js
@@ -1,6 +1,8 @@
function OdometerCounterStack(initialCount, overflowResets) {
this._counters = [];
+
+
this.add = function () {
this._counters.push(0);
return this._counters.length;
@@ -95,6 +97,10 @@
var _this = this;
var isTestPage = false;
+ this.dynEquipmentCache = {};
+ this.artPropByArtCache = {};
+ this.equipmentArtNumbersOnPage = [];
+
// this.replacePlaceholders = function(toReplaceIn, counterStack_, placeholders_) {
// var result = toReplaceIn;
// var reverseIndex = placeholders_.length - 1;
--
Gitblit v1.9.3