Fix unsafe eval warning on registration page

This commit is contained in:
lilia 2015-04-05 16:37:02 -07:00
parent 23feeecbcf
commit 25224da12e
2 changed files with 4 additions and 3 deletions

View File

@ -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
};
}
});
});

View File

@ -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,