diff --git a/docs/javascript/msdl.v1.js b/docs/javascript/msdl.v1.js index 89b3e30c..5795ed2f 100644 --- a/docs/javascript/msdl.v1.js +++ b/docs/javascript/msdl.v1.js @@ -110,6 +110,7 @@ function langJsonStrToHTML(jsonStr) { button.textContent = "Download"; button.disabled = true; button.setAttribute("onClick", "getDownload();"); + button.classList = "msdl-button"; container.appendChild(button); return container.innerHTML; diff --git a/includes/msdl.md b/includes/msdl.md index 386598d1..83c9152e 100644 --- a/includes/msdl.md +++ b/includes/msdl.md @@ -12,7 +12,7 @@ document.head.appendChild(styleSheet) -