?iť?

Your IP : 18.222.110.5


Current Path : /home/scgforma/www/cloud/apps/files_sharing/js/
Upload File :
Current File : /home/scgforma/www/cloud/apps/files_sharing/js/authenticate.js

$(document).ready(function(){
 	$('#password').on('keyup input change', function() {
		if ($('#password').val().length > 0) {
			$('#password-submit').prop('disabled', false);
		} else {
			$('#password-submit').prop('disabled', true);
		}
	});
});