Commit aabb5ed75c01ca8d700227c829d2f8786ee6ab0a
1 parent
64fb1438
Exists in
master
and in
5 other branches
Limpando a tela quando o host desconecta
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
android/res/raw/jsmain.js
... | ... | @@ -41,6 +41,8 @@ function terminalUpdate() |
41 | 41 | { |
42 | 42 | document.getElementById("pfbar").style.visible = "hidden"; |
43 | 43 | document.getElementById("terminal").style.visible = "hidden"; |
44 | + document.getElementById("pfbar").innerHTML = ""; | |
45 | + document.getElementById("terminal").innerHTML = ""; | |
44 | 46 | } |
45 | 47 | |
46 | 48 | setupWindow(); | ... | ... |