Commit aad593ff authored by Sven Franck's avatar Sven Franck

debug external callback_url - add hash

parent e41edb62
......@@ -6451,7 +6451,7 @@
element.direct.href += element.direct.href.indexOf("?") > 0 ? "&" : "?";
switch (param[1]) {
case "location":
target = window.location.origin + window.location.pathname;
target = window.location.origin + window.location.pathname + window.location.hash;
break;
}
element.direct.href += window.encodeURIComponent(param[0]) +
......
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