Commit 19963c9c authored by Sven Franck's avatar Sven Franck

Safari: JIO Ajax response event is undefined

parent 80604c9e
......@@ -4353,7 +4353,9 @@
store,
promises = [],
config = util.parseIfNeeded(e.target.response);
console.log(e)
console.log(e.target)
console.log(e.target.response)
console.log(config)
console.log(config.length)
for (i = 0; i < config.length; i += 1) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment