Fix unsafe eval warning on registration page
This commit is contained in:
parent
23feeecbcf
commit
25224da12e
2 changed files with 4 additions and 3 deletions
|
@ -34,7 +34,7 @@ https://github.com/Bluefieldscom/intl-tel-input.git
|
||||||
// stop the user from typing invalid numbers
|
// stop the user from typing invalid numbers
|
||||||
preventInvalidNumbers: false,
|
preventInvalidNumbers: false,
|
||||||
// specify the path to the libphonenumber script to enable validation/formatting
|
// specify the path to the libphonenumber script to enable validation/formatting
|
||||||
utilsScript: "/components/libphonenumber-api/libphonenumber_api-compiled.js"
|
utilsScript: ""
|
||||||
}, keys = {
|
}, keys = {
|
||||||
UP: 38,
|
UP: 38,
|
||||||
DOWN: 40,
|
DOWN: 40,
|
||||||
|
@ -1004,4 +1004,4 @@ JSON.stringify(result);
|
||||||
areaCodes: c[4] || null
|
areaCodes: c[4] || null
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -26245,7 +26245,7 @@ https://github.com/Bluefieldscom/intl-tel-input.git
|
||||||
// stop the user from typing invalid numbers
|
// stop the user from typing invalid numbers
|
||||||
preventInvalidNumbers: false,
|
preventInvalidNumbers: false,
|
||||||
// specify the path to the libphonenumber script to enable validation/formatting
|
// specify the path to the libphonenumber script to enable validation/formatting
|
||||||
utilsScript: "/components/libphonenumber-api/libphonenumber_api-compiled.js"
|
utilsScript: ""
|
||||||
}, keys = {
|
}, keys = {
|
||||||
UP: 38,
|
UP: 38,
|
||||||
DOWN: 40,
|
DOWN: 40,
|
||||||
|
@ -27216,6 +27216,7 @@ JSON.stringify(result);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// Generated by CoffeeScript 1.8.0
|
// Generated by CoffeeScript 1.8.0
|
||||||
(function() {
|
(function() {
|
||||||
var __hasProp = {}.hasOwnProperty,
|
var __hasProp = {}.hasOwnProperty,
|
||||||
|
|
Loading…
Reference in a new issue