查看代码在firefox中显示不了的问题

This commit is contained in:
guange 2015-12-30 13:18:30 +08:00
parent 887d2f9f00
commit 941d6d09d5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ else{
indentUnit: 2,
matchBrackets: true,
readOnly: true,
value: document.getElementById("work-src").innerText
value: $("#work-src").text()
}
);