Submit
Path:
~
/
home
/
getwphos
/
www
/
techniquetechs
/
wp-content
/
plugins
/
mailchimp-for-wp
/
includes
/
forms
/
views
/
js
/
File Content:
url-fields.js
function maybePrefixUrlField () { const value = this.value.trim() if (value !== '' && value.indexOf('http') !== 0) { this.value = 'http://' + value } } const urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]') for (let j = 0; j < urlFields.length; j++) { urlFields[j].addEventListener('blur', maybePrefixUrlField) }
Submit
FILE
FOLDER
Name
Size
Permission
Action
dummy-api.js
215 bytes
0644
url-fields.js
348 bytes
0644
N4ST4R_ID | Naxtarrr