File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 1212 document .head .appendChild (styleSheet)
1313</script >
1414
15- <center class =" noJs centerMsdl " >
15+ <center markdown class =" noJs centerMsdl " >
1616<div class =" msdl-button-container " >
1717 <button markdown class="msdl-button" style="margin-right: 2px" onclick="getWindows({{ msdl.win11.pid }});">Download Windows 11 {{ msdl.win11.version }}</button>
1818 <button markdown class="msdl-button" style="margin-left: 2px" onclick="getWindows({{ msdl.win10.pid }});">Download Windows 10 {{ msdl.win10.version }}</button>
You can’t perform that action at this time.
0 commit comments