parent
d391960975
commit
01d7ebe225
|
@ -988,6 +988,7 @@ function add_tab(project_id,path,filename) {
|
|||
|
||||
div_codereading.id = "code_" + path;
|
||||
div_codereading.className = "codereading";
|
||||
div_codereading.style.overflowY="auto";
|
||||
div_code.appendChild(div_codereading)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue