Skip to content

Commit e898ad3

Browse files
committed
Fix mod download buttons on map page
1 parent 792db90 commit e898ad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mapsapp/templates/mapsapp/map.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ <h5 class="card-subtitle mb-2 text-muted">by {{ rms.authors }}</h5>
129129
</button>
130130
<div class="dropdown-menu">
131131
<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
132+
<button class="dropdown-item" id="deModButton">Download ZIP for DE mod</button>
133+
<button class="dropdown-item" id="wkVooblyModButton">Download ZIP for WK Voobly mod
134134
</button>
135135
<button class="dropdown-item x256TechButton">
136136
256x tech version (DE)

0 commit comments

Comments
 (0)