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

static.js.resetpassword.js Maven / Gradle / Ivy

$(document).ready(function() {	
	
	$("#resetpasswordform").submit(function(event) {
		postRequest($(this), "/api/users/resetpassword", "", "", function(data) {
			$("#resetpassword").hide();
		});

		return false;
	});
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy