Skip to content

Commit aa4c3c3

Browse files
committed
fix: msdl download button styling
1 parent 5ede01f commit aa4c3c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/javascript/msdl.v1.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ function langJsonStrToHTML(jsonStr) {
110110
button.textContent = "Download";
111111
button.disabled = true;
112112
button.setAttribute("onClick", "getDownload();");
113+
button.classList = "msdl-button";
113114
container.appendChild(button);
114115

115116
return container.innerHTML;

0 commit comments

Comments
 (0)