Changeset 43333
- Timestamp:
- 06/07/2018 02:51:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/lib/zxcvbn-async.js
r43309 r43333 1 1 /* global _zxcvbnSettings */ 2 /** 3 * Loads zxcvbn asynchronously by inserting an async script tag before the first 4 * script tag on the page. 5 * 6 * This makes sure zxcvbn isn't blocking loading the page as it is a big 7 * library. The source for zxcvbn is read from the _zxcvbnSettings global. 8 */ 2 9 (function() { 3 10 var async_load = function() {
Note: See TracChangeset
for help on using the changeset viewer.