Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
6f241f2d
Commit
6f241f2d
authored
Sep 29, 2016
by
Rafael Ostertag
Browse files
Fixed logging.
parent
b265023d
Changes
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/Helper/tinyMCE.js
View file @
6f241f2d
...
...
@@ -46,8 +46,8 @@ QfqNS.Helper = QfqNS.Helper || {};
try
{
config
=
JSON
.
parse
(
configData
);
}
catch
(
e
)
{
QfqNS
.
Log
(
"
Exception while parsing JSON:
"
+
configData
);
QfqNS
.
Log
(
e
);
QfqNS
.
Log
.
error
(
"
Exception while parsing JSON:
"
+
configData
);
QfqNS
.
Log
.
error
(
e
);
return
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment