Started building a mini layout-color-switcher to test applying color formulas to a layout scheme. Ended up getting drawn away for an hour tracking down a bug for work, but I wanted to make sure this stuff was committed - I'll probably pick this up later tonight, provided I don't pass out or something.

This commit is contained in:
Veno Server 2009-08-25 03:53:19 -05:00
parent cd9cd23727
commit eebe7d1681
4 changed files with 241 additions and 2 deletions

View file

@ -169,7 +169,10 @@ var franz = {
}
document.getElementById("log_colors").innerHTML = docStr;
if(typeof jQuery != "undefined") $("#container_bottom").fadeIn("slow");
if(typeof jQuery != "undefined") {
$("#container_bottom").fadeIn("fast");
setTimeout(function() { $("#testLayout").fadeIn("slow"); }, 500);
}
else document.getElementById("container_bottom").style.display = "block";
return false;