We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9b36e commit a681933Copy full SHA for a681933
js/mindmap.js
@@ -82,8 +82,8 @@ var FilesMindMap = {
82
var shown = true;
83
var viewer = OC.generateUrl('/apps/files_mindmap/');
84
$iframe = $('<iframe id="mmframe" style="width:100%;height:100%;display:block;position:absolute;top:0;' +
85
- 'z-index:1041;" src="'+viewer+'" sandbox="allow-scripts allow-same-origin allow-popups allow-modals ' +
86
- 'allow-top-navigation" allowfullscreen="true"/>');
+ 'z-index:1041;" src="'+viewer+'" sandbox="allow-scripts allow-same-origin allow-downloads allow-popups allow-modals ' +
+ 'allow-top-navigation allow-presentation" allowfullscreen="true"/>');
87
88
if (!$('#mimetype').val()) {
89
FileList.setViewerMode(true);
0 commit comments