in static/js/script.js [37:41]
$("*").each(function(){ var thisZ = $(this).css('z-index'); if (thisZ != "auto" && thisZ > Z) Z = ++thisZ; });