AnonSec Shell
Server IP : 149.202.105.228  /  Your IP : 216.73.216.134
Web Server : Apache
System : Linux webm129.cluster030.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User : atfycaf ( 116275)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/a/t/f/atfycaf/www/admin/js/jsF/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/a/t/f/atfycaf/www/admin/js/jsF/committeeEdit.js
$(document).ready(function() {

	$(document).on("click", ".deleteConfirm", function() {

		var cID = $(this).data("cid");

		var cName = $(this).data("cn");

		$("#cidInputC").val(cID);

		$("#memberNameC").html(cName);

		$("#deleteConfirmPop").addClass("deletePopDisplay");

	});

	$(document).on("click", ".deletePopBG", function(e) {

		var parentID = $(e.target).parent().attr('id');

		if (parentID == "deleteConfirmPop" || parentID == "deleteWarningPop") {

			$(".deletePop").removeClass("deletePopDisplay");

		}

	});

	$(document).on("click", ".cancelDeleteW", function() {

		$("#deleteWarningPop").removeClass("deletePopDisplay");

	});

	$(document).on("click", ".cancelDeleteC", function() {

		$("#deleteConfirmPop").removeClass("deletePopDisplay");

	});

	$( "#committeeSortable" ).sortable({
		placeholder: "ui-state-highlight",
		handle:".fa-grip-horizontal",
		stop: updateCommitteeOrder
	});

	$( "#committeeSortable" ).disableSelection();



	function updateCommitteeOrder() {

		var committeeList = $("#committeeSortable").children("li");

		var listOrder = "updateOrder=true";

		committeeList.each(function() {

			var thisID = $(this).data("cid");

			listOrder = listOrder + "&listOrder[]=" + thisID;

		});

		$.ajax({

			type:"GET",

			url: "committeeEdit.php",

			data: listOrder,

			cache: false,

			success: function(orderCommittee) {

			}

		});

	}

});

Anon7 - 2022
AnonSec Team