Viewing File: /home/fshjisk/myqueen/wp-content/plugins/user-registration/assets/js/frontend/lost-password.js

jQuery(function ($) {
	$(".lost_reset_password").on("submit", function () {
		$('input[type="submit"]', this).prop("disabled", true);
	});
});
Back to Directory File Manager