diff --git a/components/intl-tel-input/build/js/intlTelInput.js b/components/intl-tel-input/build/js/intlTelInput.js index c161a95fe..5b0ed11e2 100644 --- a/components/intl-tel-input/build/js/intlTelInput.js +++ b/components/intl-tel-input/build/js/intlTelInput.js @@ -34,7 +34,7 @@ https://github.com/Bluefieldscom/intl-tel-input.git // stop the user from typing invalid numbers preventInvalidNumbers: false, // specify the path to the libphonenumber script to enable validation/formatting - utilsScript: "/components/libphonenumber-api/libphonenumber_api-compiled.js" + utilsScript: "" }, keys = { UP: 38, DOWN: 40, @@ -1004,4 +1004,4 @@ JSON.stringify(result); areaCodes: c[4] || null }; } -}); \ No newline at end of file +}); diff --git a/js/components.js b/js/components.js index acd1c22fb..fa5c26f79 100644 --- a/js/components.js +++ b/js/components.js @@ -26245,7 +26245,7 @@ https://github.com/Bluefieldscom/intl-tel-input.git // stop the user from typing invalid numbers preventInvalidNumbers: false, // specify the path to the libphonenumber script to enable validation/formatting - utilsScript: "/components/libphonenumber-api/libphonenumber_api-compiled.js" + utilsScript: "" }, keys = { UP: 38, DOWN: 40, @@ -27216,6 +27216,7 @@ JSON.stringify(result); }; } }); + // Generated by CoffeeScript 1.8.0 (function() { var __hasProp = {}.hasOwnProperty,