1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-30 15:23:41 +02:00
vroom/templates/default/js_room.html.ep

6 lines
291 B
Plaintext
Raw Normal View History

2014-05-18 16:30:13 +02:00
<%
2014-06-13 11:30:24 +02:00
foreach my $js (qw(simplewebrtc.bundle.js jquery.browser.min.js sprintf.js FileSaver.js jquery.tinytimer.min.js etherpad.js)){
2014-05-18 16:30:13 +02:00
%>
<script type="text/javascript" src="<%= $self->get_url('/') %><%= $self->get_mtime("public/js/$js") %>/js/<%= $js %>"></script>
2014-05-18 16:30:13 +02:00
<% } %>