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

static.js.lostpassword.js Maven / Gradle / Ivy

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

	$("#lostpasswordform").submit(function(event) {
		postRequest($(this), "/api/users/lostpassword", "", "");
		return false;
	});
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy