Skip to content

Commit

Permalink
#121 Export does not work at all (chrome based browser)
Browse files Browse the repository at this point in the history
  • Loading branch information
ACTom committed Oct 12, 2020
1 parent cc9b36e commit a681933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/mindmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ var FilesMindMap = {
var shown = true;
var viewer = OC.generateUrl('/apps/files_mindmap/');
$iframe = $('<iframe id="mmframe" style="width:100%;height:100%;display:block;position:absolute;top:0;' +
'z-index:1041;" src="'+viewer+'" sandbox="allow-scripts allow-same-origin allow-popups allow-modals ' +
'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"/>');

if (!$('#mimetype').val()) {
FileList.setViewerMode(true);
Expand Down

0 comments on commit a681933

Please sign in to comment.