diff --git a/www/common/sframe-common.js b/www/common/sframe-common.js index 7d2076e81..7b56bdf07 100644 --- a/www/common/sframe-common.js +++ b/www/common/sframe-common.js @@ -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); };