jam-cloud/web/app/views/users/downloads2021.html.erb

14 lines
470 B
Plaintext

<% provide(:title, 'Downloads') %>
<% provide(:description, 'Download the JamKazam app for Windows or Mac to play music online with others.') %>
<%= render "users/downloads2021" %>
<%= content_for :extra_js do %>
<script type="text/javascript">
$(function() { window.JK.Downloads.listClients(false) } );
</script>
<script type="text/javascript">
$(function() { window.congratulations.initialize(true, jQuery.QueryString["friend"]) })
</script>
<% end %>