Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > astra-sites > > > inc > assets > js
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
elementor-admin-page.js | File | 63993 bytes | July 30 2025 10:48:40. | |
eventsource.js | File | 19621 bytes | March 19 2024 16:45:50. | |
eventsource.min.js | File | 12252 bytes | March 19 2024 16:45:50. | |
fetch.umd.js | File | 14693 bytes | March 19 2024 16:45:50. | |
helper.js | File | 8125 bytes | March 19 2024 16:45:50. | |
history.js | File | 27189 bytes | March 19 2024 16:45:50. | |
import-status.js | File | 2855 bytes | March 19 2024 16:45:50. | |
index.js | File | 0 bytes | October 02 2023 15:56:20. |
( function ( $ ) { AstraSitesImportStatus = { timer: null, ajax_in_process: false, current_step: null, interval: $( '.astra-sites-import-screen' ).length ? 1000 : 10000, /** * Init */ init: function () { this.start(); }, /** * Start */ start: function () { AstraSitesImportStatus.timer = setInterval( AstraSitesImportStatus.check_status, AstraSitesImportStatus.interval ); }, /** * Check Status */ check_status: function () { if ( false === AstraSitesImportStatus.ajax_in_process ) { AstraSitesImportStatus.ajax_in_process = true; AstraSitesImportStatus._ajax_request(); } }, /** * Ajax Request */ _ajax_request: function () { $.ajax( { url: AstraSitesImportStatusVars.ajaxurl, type: 'POST', data: { action: 'astra_sites_check_import_status', _ajax_nonce: AstraSitesImportStatusVars._ajax_nonce, }, } ) .done( function ( result ) { AstraSitesImportStatus.ajax_in_process = false; // Admin Bar UI markup. if ( 'complete' === result.data.response.step || 'fail' === result.data.response.step ) { AstraSitesImportStatus.stop(); var response_message = '<span class="dashicons dashicons-no-alt"></span> Site Import Failed'; if ( 'complete' === result.data.response.step ) { response_message = '<span class="dashicons dashicons-yes"></span>' + response_message; } $( '#astra-sites-import-status-admin-bar' ).html( response_message ); } else { $( '#astra-sites-import-status-admin-bar' ).html( '<span class="loading"></span>' + result.data.response.message ); } // Admin page UI markup. var currentStep = $( '.import-step[data-step="' + result.data.response.step + '"]' ); if ( currentStep.length ) { if ( 'complete' === result.data.response.step || 'fail' === result.data.response.step ) { $( '.import-step' ) .removeClass( 'processing' ) .addClass( 'success' ); } else if ( AstraSitesImportStatus.current_step !== result.data.response.step ) { AstraSitesImportStatus.current_step = result.data.response.step; currentStep .prevAll() .removeClass( 'processing' ) .addClass( 'success' ); currentStep.addClass( 'processing' ); } } } ) .fail( function ( err ) { AstraSitesImportStatus.ajax_in_process = false; // Stop. AstraSitesImportStatus.stop(); } ); }, /** * Step */ stop: function () { clearInterval( AstraSitesImportStatus.timer ); }, }; /** * Initialize AstraSitesImportStatus */ $( function () { AstraSitesImportStatus.init(); } ); } )( jQuery );
SILENT KILLER Tool