Skip to content

Commit

Permalink
Fix language modal selection of english
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Aug 7, 2017
1 parent 3cd5222 commit 94422ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/partials/languages.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="scrolling menu">
<div class="item" data-percent="100" data-value="en data-english="English">
<div class="item" data-percent="100" data-value="en" data-english="English">
<span class="description">English</span>
English
</div>
Expand Down

0 comments on commit 94422ea

Please sign in to comment.