PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/telusvwg/public_html/da754d/index.php on line 8
$#$#$#

Dir : /home/telusvwg/alwatnitraders.com/wp-content/plugins/ideapark-luchiana/assets/js/
Server: Linux premium279.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
IP: 66.29.132.192
Choose File :

Url:
Dir : /home/telusvwg/alwatnitraders.com/wp-content/plugins/ideapark-luchiana/assets/js/sort.js

(function ($) {
	var fixHelper = function (e, ui) {
		ui.children().each(function () {
			$(this).width($(this).width());
		});
		return ui;
	};
	var disableSortable = function () {
		var $list = $(this);
		var $table = $list.closest('table');
		var $checkbox = $("<p class='ip-disable-sortable'><label><input type='checkbox' class='js-disable-sortable' /> " + ideapark_sort_vars.disableSortable + "</label></p>");
		$checkbox.find('.js-disable-sortable').on('change', function () {
			if ($(this).is(":checked")) {
				$list.sortable("disable");
				localStorage.setItem('ip-disable-sortable', 'yes');
			} else {
				$list.sortable("enable");
				localStorage.setItem('ip-disable-sortable', '');
			}
		});
		$checkbox.insertBefore($table);
	};
	
	$('table.posts #the-list').sortable({
		'items' : 'tr',
		'axis'  : 'y',
		'helper': fixHelper,
		'update': function (e, ui) {
			$.post(ajaxurl, {
				action: 'update-post-order',
				order : $('#the-list').sortable('serialize'),
			});
		}
	}).each(disableSortable);
	
	$('table.tags #the-list').sortable({
		'items' : 'tr',
		'axis'  : 'y',
		'helper': fixHelper,
		'update': function (e, ui) {
			$.post(ajaxurl, {
				action  : 'update-term-order',
				taxonomy: $('input[name="taxonomy"]').val(),
				order   : $('#the-list').sortable('serialize'),
			});
		}
	}).each(disableSortable);
	
	if (localStorage.getItem('ip-disable-sortable') === 'yes') {
		$('.js-disable-sortable').prop('checked',true).trigger('change');
	}
	
	if (typeof ideapark_sort_vars != 'undefined' && ideapark_sort_vars.notice) {
		$('#col-right .col-wrap').append('<div class="ideapark-sortable-notice">' + ideapark_sort_vars.notice + '</div>');
	}
	
})(jQuery);