/
githubmirror
/
magento2
Обзор
Документация
Войти
/
githubmirror
/
magento2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.4-develop
setup/pub/scripts/main.js
10 строк
266 B
Alexandra Zota
ACP2E-4019: CE copyright updates for 2.4.9-beta1
22 окт 2025, 11:23
22 окт 2025, 11:23
6c2f6e6
Код
Авторство
О чём код?
/** * Copyright 2021 Adobe * All Rights Reserved. */ function showSection(section) { document.querySelectorAll('section').forEach(function (element) { element.style.display = element.getAttribute('data-section') === section ? null : 'none'; }) }