Skip to content

Commit

Permalink
Re-add line removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacopo Jannone committed Nov 11, 2020
1 parent a53e79e commit 0fe9705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ var observer = new MutationObserver(function(mutations) {
var i = document.createElement("i");
i.setAttribute("class", "icon-download")
i.setAttribute("title", "Download");
i.setAttribute("id", "downloadButton")
i.setAttribute("aria-label", "Download")
i.setAttribute("role", "button")
div.appendChild(i)
Expand Down

0 comments on commit 0fe9705

Please sign in to comment.