From 29ee5c2877346a40a42079fb8f5f02d973fa57aa Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Fri, 26 Jul 2024 15:32:37 +0100 Subject: [PATCH] [4.4] Typo Update showon.es6.js (#43848) Obvious typo using a number instead of a letter --- build/media_source/system/js/showon.es6.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/media_source/system/js/showon.es6.js b/build/media_source/system/js/showon.es6.js index d675c60e6ac9f..cc35009342269 100644 --- a/build/media_source/system/js/showon.es6.js +++ b/build/media_source/system/js/showon.es6.js @@ -146,7 +146,7 @@ class Showon { itemval = Array.from(originField.querySelectorAll('option:checked')).map((el) => el.value); } else { // Select lists, text-area etc. Note that multiple-select list returns - // an Array here s0 we can always treat 'itemval' as an array + // an Array here so we can always treat 'itemval' as an array itemval = document.getElementById(originId).value; // A multi-select