Commit f499d7e4 by doszhang

dos

parent 0ca65f7d
......@@ -139,8 +139,8 @@ $(document).ready(function () {
}, changeMainColor);
});
function changeMainColor(color) {
console.log(color);
function changeMainColor(event) {
console.log(event.data.color);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment