File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ function langJsonStrToHTML(jsonStr) {
110
110
button . textContent = "Download" ;
111
111
button . disabled = true ;
112
112
button . setAttribute ( "onClick" , "getDownload();" ) ;
113
+ button . classList = "msdl-button" ;
113
114
container . appendChild ( button ) ;
114
115
115
116
return container . innerHTML ;
Original file line number Diff line number Diff line change 12
12
document .head .appendChild (styleSheet)
13
13
</script >
14
14
15
- <center class =" noJs centerMsdl " >
15
+ <center markdown class =" noJs centerMsdl " >
16
16
<div class =" msdl-button-container " >
17
17
<button markdown class="msdl-button" style="margin-right: 2px" onclick="getWindows({{ msdl.win11.pid }});">Download Windows 11 {{ msdl.win11.version }}</button>
18
18
<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