$(document).ready(function() { // * show all elements & remove preloader setTimeout('$("html").removeClass("js")', 800); var div = $('.error_box'); div.css("min-height", ($(window).height()) - 420 + 'px'); if ($('#machineInfo').length > 0) { getAppData(); } $('.sidebar').each(function() { $('body').removeClass('sidebar_removed'); }); setTimeout("$('input:visible:first').focus();", 900); $( ".login_box" ).parent().parent().css( "background-image", "none" ); $( ".login_box" ).parent().css( "background-image", "none" ); }); function getAppData() { var secret = new MachineSecret(true); var fingerPrint = secret.getMachineFingerprint(); $('#machineInfo').val(fingerPrint); // alert($('#machineInfo').val()); } var varMsg = {};