Server IP : 85.214.239.14 / Your IP : 18.217.241.235 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /var/www/wordpress/wp-content/themes/Divi/includes/builder/scripts/ext/ |
Upload File : |
( function($) { $( document ).ready( function() { $( '.widget-liquid-right' ).append( et_pb_options.widget_info ); var $create_box = $( '#et_pb_widget_area_create' ), $widget_name_input = $create_box.find( '#et_pb_new_widget_area_name' ), $et_pb_sidebars = $( 'div[id^=et_pb_widget_area_]' ); $create_box.find( '.et_pb_create_widget_area' ).click( function( event ) { var $this_el = $(this); event.preventDefault(); if ( $widget_name_input.val() === '' ) return; $.ajax( { type: "POST", url: et_pb_options.ajaxurl, data: { action : 'et_pb_add_widget_area', et_admin_load_nonce : et_pb_options.et_admin_load_nonce, et_widget_area_name : $widget_name_input.val() }, success: function( data ){ $this_el.closest( '#et_pb_widget_area_create' ).find( '.et_pb_widget_area_result' ).hide().html( data ).slideToggle(); } } ); } ); $et_pb_sidebars.each( function() { if ( $(this).is( '#et_pb_widget_area_create' ) || $(this).closest( '.inactive-sidebar' ).length ) return true; $(this).closest('.widgets-holder-wrap').find('.sidebar-name h2, .sidebar-name h3').before( '<a href="#" class="et_pb_widget_area_remove">' + et_pb_options.delete_string + '</a>' ); $( '.et_pb_widget_area_remove' ).click( function( event ) { var $this_el = $(this); event.preventDefault(); $.ajax( { type: "POST", url: et_pb_options.ajaxurl, data: { action : 'et_pb_remove_widget_area', et_admin_load_nonce : et_pb_options.et_admin_load_nonce, et_widget_area_name : $this_el.closest( '.widgets-holder-wrap' ).find( 'div[id^=et_pb_widget_area_]' ).attr( 'id' ) }, success: function( data ){ $( '#' + data ).closest( '.widgets-holder-wrap' ).remove(); } } ); return false; } ); } ); } ); } )(jQuery);