%PDF- %PDF-
Direktori : /var/www/html/qendrasteps/wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/ |
Current File : /var/www/html/qendrasteps/wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/url-fields.js |
function maybePrefixUrlField() { if (this.value.trim() !== '' && this.value.indexOf('http') !== 0) { this.value = "http://" + this.value; } } var urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]'); if (urlFields) { for (var j=0; j < urlFields.length; j++) { urlFields[j].addEventListener('blur', maybePrefixUrlField); } }