mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix TypeError
This commit is contained in:
parent
9f6583fbb1
commit
b39b6dafee
@ -188,6 +188,7 @@ define([
|
||||
cb();
|
||||
};
|
||||
var setTitle = function (title) {
|
||||
if (!sframeChan) { return; }
|
||||
sframeChan.event('EV_IFRAME_TITLE', title);
|
||||
};
|
||||
return {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user