mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +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 {
|
||||
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…
Add table
Reference in a new issue