mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
Fix: Add array-of-objects functions after IIFE ends
The functions were removed from inside the IIFE but never added after it. Also removed orphaned code that was causing syntax errors.
This commit is contained in:
@@ -3437,7 +3437,6 @@ window.updateKeyValuePairData = function(fieldId, fullKey) {
|
||||
|
||||
hiddenInput.value = JSON.stringify(pairs);
|
||||
};
|
||||
const itemsContainer = document.getElementById(fieldId + '_items');
|
||||
const hiddenInput = document.getElementById(fieldId + '_data');
|
||||
if (!itemsContainer || !hiddenInput) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user