mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Select "Windows" tab instad of "Windows using MSYS2/MinGW"
Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
This commit is contained in:
parent
959b45c945
commit
ccb0a08a9b
|
@ -27,7 +27,7 @@ function activateTab(tabName) {
|
|||
const labels = document.querySelectorAll(".tab-label");
|
||||
|
||||
labels.forEach((label) => {
|
||||
if (label.textContent.includes(tabName)) {
|
||||
if (label.textContent == tabName) {
|
||||
// Find the associated input element using the 'for' attribute
|
||||
const tabInputId = label.getAttribute("for");
|
||||
const tabInput = document.getElementById(tabInputId);
|
||||
|
|
Loading…
Reference in New Issue
Block a user