Commit 84d2aaeb authored by Romain Loth's avatar Romain Loth

safari workaround 3

parent 7df33069
......@@ -498,7 +498,7 @@ cmxClt = (function(cC) {
$.ajax({
type: 'GET',
dataType: "json",
url: '/services/api/user?' + urlArgs,
url: '/services/api/user?' + urlArgsStr,
success: function(data) {
// ex: {'exists': true}
callback(data[apiOperation])
......
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