查看代码在firefox中显示不了的问题
This commit is contained in:
parent
887d2f9f00
commit
941d6d09d5
|
@ -25,7 +25,7 @@ else{
|
|||
indentUnit: 2,
|
||||
matchBrackets: true,
|
||||
readOnly: true,
|
||||
value: document.getElementById("work-src").innerText
|
||||
value: $("#work-src").text()
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue