Skip to content

Commit 6211861

Browse files
committed
Fix upload button on tour page.
1 parent 676b485 commit 6211861

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/views/home/tour.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
<br><br><br>
2020
<p style="text-align: center"><span style="font-size:125%">Try it for yourself:</span>
2121
<span class="button-upload">
22-
<input type="file" name="differentname" multiple/>
22+
# how the fuck did this work when it was name=differentname
23+
<input type="file" name="file" multiple/>
2324
<span class="caption">
2425
<span class="icon icon-upload-white-32"></span> Upload your replays
2526
</span>

0 commit comments

Comments
 (0)