9 lines
284 B
Plaintext
9 lines
284 B
Plaintext
<% provide(:title, 'Downloads') %>
|
|
<% provide(:description, 'Download the JamKazam app for Windows or Mac to play music online with others.') %>
|
|
|
|
<%= render "users/downloads" %>
|
|
|
|
<script type="text/javascript">
|
|
$(function() { window.JK.Downloads.listClients(false) } );
|
|
</script>
|