Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 3.145.16.251
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/misswavenigeria.com/wp-content/plugins/siteorigin-panels/inc/installer/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/misswavenigeria.com/wp-content/plugins/siteorigin-panels/inc/installer/js/script.js
jQuery( function( $ ) {
	var currentSection = '';
	$( '.page-sections a' ).on( 'click', function( e ) {
		e.preventDefault();

		$( '.page-sections li' ).removeClass( 'active-section' );
		var $$ = $( this );

		currentSection = $$.data( 'section' );
		$$.parent( 'li' ).addClass( 'active-section' );

		$( '.siteorigin-installer-item').show();
		if ( currentSection != 'all' ) {
			$( '.siteorigin-installer-item:not(.siteorigin-' + currentSection + ')' ).hide();
		}

		$( window ).trigger( 'resize' );
	} );

	$( 'span.siteorigin-installer' ).on( 'click', function( e ) {
		e.preventDefault();

		var $$ = $( this );
		if ( ! $$.hasClass( 'disabled' ) ) {
			$$.addClass( 'disabled' );
			$.post(
				soInstallerAdmin.manageUrl,
				{
					'type' : $$.data( 'type' ),
					'slug' : $$.data( 'slug' ),
					'task' : $$.data( 'status' ),
					'version' : $$.data( 'version' )
				},
				function( data ) {
					if ( $$.data( 'status' ) == 'activate' ) {
						if ( $$.data( 'type' ) == 'themes' ) {
							var $activeItem = $( '.siteorigin-installer-item-active.siteorigin-themes' )
							$activeItem.addClass( 'siteorigin-installer-item-inactive' ).removeClass( 'siteorigin-installer-item-active' );
							$activeItem.find( '.siteorigin-installer' ).removeClass( 'disabled' );
							$activeItem.removeClass( 'siteorigin-installer-item-active' );
							$( '.siteorigin-themes span.siteorigin-installer' ).show();
							$$.hide();
						}
						$$.parents( '.siteorigin-installer-item-inactive' ).removeClass( 'siteorigin-installer-item-inactive' ).addClass( 'siteorigin-installer-item-active' );
						if ( $$.data( 'type' ) == 'plugins' ) {
							$$.remove();
						}
					} else if ( $$.data( 'status' ) == 'update' ) {
						$$.remove();
					} else {
						$$.removeClass( 'disabled' );
						$$.text( soInstallerAdmin.activateText )
						$$.data( 'status', 'activate' );
					}
					$( window ).trigger( 'resize' );
				}
			);
		}
	} );

	$( '.page-sections li:first-of-type a' ).trigger( 'click' );

	// Make sure product heights are all the same on a row by row basis.
	$( window ).on( 'resize', function() {
		var $products = $( '.siteorigin-installer-item:visible' ).css( 'height', 'auto' );
		var largestHeight = [];
		var column = 0;

		$( '.siteorigin-installer-item-body' ).css( 'height', 'auto' );

		$products.each( function( index ) {
			column = index / 3;
			// Turnicate column number - IE 11 friendly.
			column = column < 0 ? Math.ceil( column ) : Math.floor( column );
			$( this ).data( 'column', column )

			largestHeight[ column ] = Math.max( typeof largestHeight[ column ] == 'undefined' ? 0 : largestHeight[ column ], $( this ).height() );
		} );

		$products.each( function () {
			$( this ).find( '.siteorigin-installer-item-body' ).css( 'height', largestHeight[ $( this ).data( 'column' ) ] + 'px' );
		} );

	} ).trigger( 'resize' );
} );

Youez - 2016 - github.com/yon3zu
LinuXploit