403Webshell
Server IP : 162.0.217.223  /  Your IP : 216.73.216.112
Web Server : LiteSpeed
System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : mypckeys ( 1539)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/mypckeys/www/wp-content/themes/woodmart/inc/admin/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/mypckeys/www/wp-content/themes/woodmart/inc/admin/assets/js/htmlBlockEditLink.js
/* global woodmartConfig */

(function($) {
	'use strict';

	document.addEventListener('wdBuilderPopupOpened', (event) => {
		htmlBlockEditLink();
	});

	$('#vc_ui-panel-edit-element').on('vcPanel.shown', function() {
		htmlBlockEditLink();
	});

	jQuery(window).on('elementor:init', function() {
		elementor.hooks.addAction('panel/open_editor/widget', function () {
			htmlBlockEditLink();
		});
	});

	function htmlBlockEditLink() {
		$('.xts-edit-block-link').each(function() {
			var $link = $(this);
			var $parent = $link.parent();

			if ($link.parents('.whb-editor-field-inner').length) {
				$parent = $link.parents('.whb-editor-field-inner');
			}

			var $select = $parent.find('select');

			if (!$select.length) {
				$select = $parent.parent().find('select');
			}

			if ( ! $select.length ) {
				return;
			}

			changeLink();

			$select.on( 'change', function() {
				changeLink();
			});

			function changeLink() {
				var selectValue = $select.find('option:selected').val();
				var currentHref = $link.attr('href');

				var newHref = currentHref.split('post=')[0] + 'post=' + selectValue + '&action=';
				if ( $('body').hasClass('elementor-editor-active') || 'undefined' !== typeof woodmartConfig && 'elementor' === woodmartConfig.current_page_builder) {
					newHref += 'elementor';
				} else {
					newHref += 'edit';
				}

				if (!selectValue || '0' === selectValue || 0 === selectValue) {
					$link.hide();
					$link.siblings('.xts-add-block-link').show();
				} else {
					$link.attr('href', newHref).show();
					$link.siblings('.xts-add-block-link').hide();
				}
			}
		});
	}

	$(document).ready(function() {
		htmlBlockEditLink();
	});
})(jQuery);

Youez - 2016 - github.com/yon3zu
LinuXploit