mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Query now searches for exactly matching text
This commit is contained in:
parent
ccb0a08a9b
commit
823c0b0790
|
@ -23,7 +23,7 @@ function getOS() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function activateTab(tabName) {
|
function activateTab(tabName) {
|
||||||
// Find all label elements containing the specified tab name
|
// Find all label elements with the specified tab name
|
||||||
const labels = document.querySelectorAll(".tab-label");
|
const labels = document.querySelectorAll(".tab-label");
|
||||||
|
|
||||||
labels.forEach((label) => {
|
labels.forEach((label) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user