mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/14277] Fix CS
PHPBB3-14277
This commit is contained in:
parent
d04c7687c0
commit
671598656c
1 changed files with 1 additions and 2 deletions
|
@ -247,8 +247,7 @@
|
||||||
|
|
||||||
try {
|
try {
|
||||||
responseObject = JSON.parse(messageJSON);
|
responseObject = JSON.parse(messageJSON);
|
||||||
}
|
} catch (err) {
|
||||||
catch (err) {
|
|
||||||
if (window.console) {
|
if (window.console) {
|
||||||
console.log('Failed to parse JSON object\n\nMessage: ' + err.message + '\n\nServer Response: ' + messageJSON);
|
console.log('Failed to parse JSON object\n\nMessage: ' + err.message + '\n\nServer Response: ' + messageJSON);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue