Skip to content

Commit dd1b2dc

Browse files
author
\nrlucke
committed
add target to pdf export link button
1 parent a01ff0a commit dd1b2dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vue/block_manager/src/BlockManager.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
</a>
150150
</li>
151151
<li>
152-
<a :href="coursewareExportPdfURL">
152+
<a :href="coursewareExportPdfURL" target="_blank">
153153
<div id="cw-export-pdf-download" class="cw-action-menu-button" :title="$t('message.exportPdfExplain')">
154154
<p>{{ $t('message.exportPdfButton') }}</p>
155155
</div>

0 commit comments

Comments
 (0)