Skip to content

Commit a681933

Browse files
committed
#121 Export does not work at all (chrome based browser)
1 parent cc9b36e commit a681933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/mindmap.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ var FilesMindMap = {
8282
var shown = true;
8383
var viewer = OC.generateUrl('/apps/files_mindmap/');
8484
$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"/>');
85+
'z-index:1041;" src="'+viewer+'" sandbox="allow-scripts allow-same-origin allow-downloads allow-popups allow-modals ' +
86+
'allow-top-navigation allow-presentation" allowfullscreen="true"/>');
8787

8888
if (!$('#mimetype').val()) {
8989
FileList.setViewerMode(true);

0 commit comments

Comments
 (0)