Commit 7df33069 authored by Romain Loth's avatar Romain Loth

safari: better test for workaround

parent f895e3d3
......@@ -453,7 +453,7 @@ cmxClt = (function(cC) {
}
else {
var urlArgsStr = ''
if (URLSearchParams) {
if (typeof(URLSearchParams) != "undefined") {
var urlArgs = new URLSearchParams();
urlArgs.append('op', "exists");
......
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