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:
parent
cd9cd23727
commit
eebe7d1681
4 changed files with 241 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue