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

pull/1/head
David Benqué 2020-11-05 17:07:54 +00:00
commit 6df91104c3
1 changed files with 1 additions and 1 deletions

View File

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