File manager - Edit - /home/carfac/.trash/wp-statistics/assets/dev/javascript/components/spinner.js
Back
function Spinner(options) { this.container = options.container || 'body'; this.spinnerElement = null; } Spinner.prototype.show = function () { if (!this.spinnerElement) { this.spinnerElement = jQuery('<div class="spinner-overlay"></div>'); jQuery(this.container).append(this.spinnerElement); } this.spinnerElement.show(); }; Spinner.prototype.hide = function () { if (this.spinnerElement) { this.spinnerElement.hide(); } };
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.24 |
proxy
|
phpinfo
|
Settings