diff --git a/js/h5p.js b/js/h5p.js
index 4e44806..65d9e91 100644
--- a/js/h5p.js
+++ b/js/h5p.js
@@ -1253,7 +1253,7 @@ H5P.buildMetadataCopyrights = function (metadata) {
H5P.openReuseDialog = function ($element, contentData, library, instance, contentId) {
let html = '';
if (contentData.displayOptions.export) {
- html += '';
+ html += 'Download as an .h5p file
.h5p files may be uploaded to any web-site where H5P content may be created.
';
}
if (contentData.displayOptions.export && contentData.displayOptions.copy) {
html += '
or
';
@@ -1270,7 +1270,6 @@ H5P.openReuseDialog = function ($element, contentData, library, instance, conten
e.stopPropagation();
}).appendTo($dialog.find('h2'));
$dialog.find('.h5p-download-button').click(function () {
- window.location.href = contentData.exportUrl;
instance.triggerXAPI('downloaded');
dialog.close();
});
diff --git a/styles/h5p.css b/styles/h5p.css
index 760c850..b637a7a 100644
--- a/styles/h5p.css
+++ b/styles/h5p.css
@@ -493,6 +493,7 @@ div.h5p-fullscreen {
.h5p-big-button:hover {
border: 1px solid #2747f7;
background: #eff1fe;
+ text-decoration: none;
}
.h5p-big-button:active {
border: 1px solid #dedede;