All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.js.admin.users.folders.filesdelete.js Maven / Gradle / Ivy

$(document).ready(function() {
	
	$('.deleteform').submit(function(event) {
		postRequest($(this), "/api/folders/files/delete", "", "", function(data) {
			$("#deleteformbutton").hide();
		});
		return false;
	});
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy