mirror of https://github.com/dani/vroom.git
parent
5ef1801ade
commit
ecbee1f15c
11 changed files with 18 additions and 11 deletions
@ -1,9 +1,7 @@ |
|||||||
<script type="text/javascript"> |
<script type="text/javascript"> |
||||||
var rootUrl = '<%= $self->get_url('/'); %>'; |
var rootUrl = '<%= $self->get_url('/'); %>'; |
||||||
</script> |
</script> |
||||||
<% foreach my $js (qw(simplewebrtc.bundle.js jquery-1.11.1.min.js bootstrap.min.js |
<% foreach my $js (qw(jquery-1.11.1.min.js bootstrap.min.js notify-combined.min.js vroom.js)){ |
||||||
notify-combined.min.js jquery.browser.min.js sprintf.js |
|
||||||
FileSaver.js vroom.js)){ |
|
||||||
%> |
%> |
||||||
<script type="text/javascript" src="/js/<%= $js %>?<%= $self->get_mtime("js/$js") %>"></script> |
<script type="text/javascript" src="/js/<%= $js %>?<%= $self->get_mtime("js/$js") %>"></script> |
||||||
<% } %> |
<% } %> |
@ -0,0 +1,5 @@ |
|||||||
|
<% |
||||||
|
foreach my $js (qw(simplewebrtc.bundle.js jquery.browser.min.js sprintf.js FileSaver.js)){ |
||||||
|
%> |
||||||
|
<script type="text/javascript" src="/js/<%= $js %>?<%= $self->get_mtime("js/$js") %>"></script> |
||||||
|
<% } %> |
Loading…
Reference in new issue