We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792db90 commit e898ad3Copy full SHA for e898ad3
mapsapp/templates/mapsapp/map.html
@@ -129,8 +129,8 @@ <h5 class="card-subtitle mb-2 text-muted">by {{ rms.authors }}</h5>
129
</button>
130
<div class="dropdown-menu">
131
<button class="dropdown-item viewCodeButton">View rms code</button>
132
- <button class="dropdown-item deModButton">Download ZIP for DE mod</button>
133
- <button class="dropdown-item wkVooblyModButton">Download ZIP for WK Voobly mod
+ <button class="dropdown-item" id="deModButton">Download ZIP for DE mod</button>
+ <button class="dropdown-item" id="wkVooblyModButton">Download ZIP for WK Voobly mod
134
135
<button class="dropdown-item x256TechButton">
136
256x tech version (DE)
0 commit comments