Commit fbe0e8b4 by liumengfei

Merge branch 'developer' of http://47.99.244.21:9999/root/joshine into developer

parents 4c2704d8 63265310
......@@ -14,10 +14,10 @@
var dis = $(this).siblings("ul").css("display");
if (dis == "none"){
$(this).siblings("ul").css("display","block");
$(this).children("span").html('^')
$(this).children("strong").html('^')
}else{
$(this).siblings("ul").css("display","none");
$(this).children("span").html('>')
$(this).children("strong").html('>')
}
});
}
......
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 to comment