mirror of https://github.com/dani/vroom.git
parent
ecbee1f15c
commit
648a5b01a6
4 changed files with 7 additions and 4 deletions
@ -1,5 +1,5 @@ |
|||||||
<% |
<% |
||||||
foreach my $js (qw(simplewebrtc.bundle.js jquery.browser.min.js sprintf.js FileSaver.js)){ |
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> |
<script type="text/javascript" src="/<%= $self->get_mtime("js/$js") %>/js/<%= $js %>"></script> |
||||||
<% } %> |
<% } %> |
||||||
|
Loading…
Reference in new issue