demo script
This commit is contained in:
parent
88370182f0
commit
ba840b5d0d
2 changed files with 33 additions and 1 deletions
|
|
@ -46,6 +46,6 @@ public class MirrorController {
|
|||
.append("\n");
|
||||
});
|
||||
|
||||
return "<pre>" + responseText.toString() + "</pre>\n";
|
||||
return "<pre>\n" + responseText.toString() + "</pre>\n";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue