2011/08/21 画像系整理。
@@ -21,7 +21,7 @@ | ||
21 | 21 | |
22 | 22 | function fontColorChange() { |
23 | 23 | |
24 | - alert(document.getElementById("fontcolor").value); | |
24 | + //alert(document.getElementById("fontcolor").value); | |
25 | 25 | |
26 | 26 | document.getElementById("fontcolor").style.color = |
27 | 27 | document.getElementById("fontcolor").value; |