mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 00:02:18 +02:00
[ticket/14277] Fix CS
PHPBB3-14277
This commit is contained in:
parent
d04c7687c0
commit
671598656c
@ -247,8 +247,7 @@
|
||||
|
||||
try {
|
||||
responseObject = JSON.parse(messageJSON);
|
||||
}
|
||||
catch (err) {
|
||||
} catch (err) {
|
||||
if (window.console) {
|
||||
console.log('Failed to parse JSON object\n\nMessage: ' + err.message + '\n\nServer Response: ' + messageJSON);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user