mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix script error
This commit is contained in:
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…
Reference in New Issue
Block a user