Skip to content

Commit

Permalink
Update html.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilFraser authored Sep 18, 2023
1 parent f01fda7 commit 3b72c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/music/src/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Music.html.gallery_ = function(lang) {
<td style="text-align: center;">
<form action="/gallery" target="music-gallery">
<input type="hidden" name="app" value="music">
<input type="hidden" name="lang" value="${ij.lang}">
<input type="hidden" name="lang" value="${lang}">
<button type="submit" title="${BlocklyGames.getMsg('Music.galleryTooltip', true)}">
<img src="common/1x1.gif" class="gallery icon21"> ${BlocklyGames.getMsg('Music.galleryMsg', true)}
</button>
Expand Down

0 comments on commit 3b72c31

Please sign in to comment.