mirror of https://github.com/xwiki-labs/cryptpad
fixed #1123
This commit is contained in:
parent
f3858957c6
commit
6ca7e9503b
|
@ -73,6 +73,7 @@ define([
|
|||
ApiConfig.httpSafeOrigin + (pathname || window.location.pathname) + 'inner.html?' +
|
||||
requireConfig.urlArgs + '#' + encodeURIComponent(JSON.stringify(req)));
|
||||
$i.attr('allowfullscreen', 'true');
|
||||
$i.attr('aria-label', 'iframe'); // XXX
|
||||
$('iframe-placeholder').after($i).remove();
|
||||
|
||||
// This is a cheap trick to avoid loading sframe-channel in parallel with the
|
||||
|
|
Loading…
Reference in New Issue