?iť?

Your IP : 18.227.134.133


Current Path : /home/scgforma/www/old-site-backup/wp-includes/js/
Upload File :
Current File : /home/scgforma/www/old-site-backup/wp-includes/js/zxcvbn-async.js

/* global _zxcvbnSettings */
(function() {
  var async_load = function() {
    var first, s;
    s = document.createElement('script');
    s.src = _zxcvbnSettings.src;
    s.type = 'text/javascript';
    s.async = true;
    first = document.getElementsByTagName('script')[0];
    return first.parentNode.insertBefore(s, first);
  };

  if (window.attachEvent != null) {
    window.attachEvent('onload', async_load);
  } else {
    window.addEventListener('load', async_load, false);
  }
}).call(this);