mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 15:31:45 +00:00
Update console.html
This commit is contained in:
parent
be29ac3d85
commit
350230b210
|
@ -67,7 +67,7 @@
|
|||
};
|
||||
|
||||
try {
|
||||
if (response != "") {
|
||||
if (response.trim() != "") {
|
||||
responseData = JSON.parse(response);
|
||||
}
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user