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

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

There is a newer version: 0.6.1
Show newest version
$(document).ready(function() {

	$('.sharefolder').submit(function(event) {
		postRequest($(this), "/api/users/share", "", "", function(data) {
		});
		return false;
	});	
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy