Commit f21cee48 by txy

'调整'

parent 255c8362
...@@ -20,7 +20,7 @@ for(var i = 0; i < styleSheet.length ;i++){ ...@@ -20,7 +20,7 @@ for(var i = 0; i < styleSheet.length ;i++){
link.setAttribute("type", "text/css"); link.setAttribute("type", "text/css");
link.setAttribute("href", headerUrl + styleSheet[i]); link.setAttribute("href", headerUrl + styleSheet[i]);
var heads = doc.getElementsByTagName("head"); var heads = document.getElementsByTagName("head");
if(heads.length) if(heads.length)
heads[0].appendChild(link); heads[0].appendChild(link);
else else
......
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