?iť?

Your IP : 3.135.249.37


Current Path : /home/scgforma/www/cloud/core/js/login/
Upload File :
Current File : /home/scgforma/www/cloud/core/js/login/authpicker.js

jQuery(document).ready(function() {
	$('#app-token-login').click(function (e) {
		e.preventDefault();
		$(this).addClass('hidden');
		$('#redirect-link').addClass('hidden');
		$('#app-token-login-field').removeClass('hidden');
	});

	$('#submit-app-token-login').click(function(e) {
		e.preventDefault();
		window.location.href = 'nc://login/server:'
			+ encodeURIComponent($('#serverHost').val())
			+ "&user:" +  encodeURIComponent($('#user').val())
			+ "&password:" + encodeURIComponent($('#password').val());
	});
});