golden hour
/home/doctorbruno/public_html/doctorbruno.info/taeionline/support/setup/js
⬆️ Go Up
Upload
File/Folder
Size
Actions
setup.js
739 B
Del
OK
tips.js
3.33 KB
Del
OK
Edit: setup.js
jQuery(function($) { $("#overlay").css({ opacity : 0.3, top : 0, left : 0, width : $(window).width(), height : $(window).height() }); $("#loading").css({ top : ($(window).height() / 3), left : ($(window).width() / 2 - 160) }); $('form#install').submit(function(e) { $('input[type=submit]', this).attr('disabled', 'disabled'); $('#overlay, #loading').show(); return true; }); var recheck = setInterval(function() { if (window.jstz !== undefined) { clearInterval(recheck); var zone = jstz.determine(); $('#timezone').val(zone.name()); } }, 200); });
Save