1
0
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:
Mate Bartus 2015-11-09 09:15:17 +01:00
parent d04c7687c0
commit 671598656c

View File

@ -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 {