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