Merge remote-tracking branch 'origin/rebrand' into rebrand

This commit is contained in:
David Benqué 2020-11-05 17:07:54 +00:00
commit 6df91104c3

View file

@ -555,7 +555,7 @@ define([
return window.location.origin + '/bounce/#' + encodeURIComponent(url); return window.location.origin + '/bounce/#' + encodeURIComponent(url);
}; };
funcs.openUnsafeURL = function (url) { funcs.openUnsafeURL = function (url) {
var bounceHref = getBounceURL(url); var bounceHref = funcs.getBounceURL(url);
window.open(bounceHref); window.open(bounceHref);
}; };