Fix script error

pull/1/head
yflory 4 years ago
parent 7d460bae8f
commit 8d2e910933

@ -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);
};

Loading…
Cancel
Save