Update app.js
This commit is contained in:
parent
3bbdbbe0a8
commit
69949aa935
@ -3497,7 +3497,7 @@ for (const pageID of pageIDs) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
// Add event listeners for input text fields specifically for page22 (r/place)
|
// Add event listeners for input text fields specifically for page22 (r/place)
|
||||||
if (pageID === 'Page22') {
|
if ((pageID === 'Page22') || (pageID === 'Page23')) {
|
||||||
const inputForms = parentDiv.querySelectorAll('input[type="text"]');
|
const inputForms = parentDiv.querySelectorAll('input[type="text"]');
|
||||||
inputForms.forEach(inputForm => {
|
inputForms.forEach(inputForm => {
|
||||||
inputForm.addEventListener('input', function(event) {
|
inputForm.addEventListener('input', function(event) {
|
||||||
|
Loading…
Reference in New Issue
Block a user