Skip to content

Commit

Permalink
fix modal download action
Browse files Browse the repository at this point in the history
  • Loading branch information
constantology committed Sep 8, 2017
1 parent 2b0d873 commit 1995a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/modal-download.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function createElement (item) {
${message}
<div class="${CSS_CLASS_PREFIX}-actions" data-content-id="${item[DATA_ID_PROPERTY]}">
<a class="${CSS_CLASS_PREFIX}-action" data-action="save" ${saveButtonState} ${ATTR_TRACKABLE}="${trackableValueSaveForLater}" href="${saveHref}">${saveText}</a>
<a class="${CSS_CLASS_PREFIX}-action-primary" data-action="download" ${downloadButtonState} ${ATTR_TRACKABLE}="${trackableValueDownloadItem}" href="${downloadHref}">${downloadText}</a>
<a class="${CSS_CLASS_PREFIX}-action ${CSS_CLASS_PREFIX}-action-primary" data-action="download" ${downloadButtonState} ${ATTR_TRACKABLE}="${trackableValueDownloadItem}" href="${downloadHref}">${downloadText}</a>
</div>
</section>
</div>`);
Expand Down

0 comments on commit 1995a8f

Please sign in to comment.