correct resource URL
This commit is contained in:
parent
3203842b58
commit
524ad9728a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
<#if properties.scripts?has_content>
|
<#if properties.scripts?has_content>
|
||||||
<#list properties.scripts?split(' ') as script>
|
<#list properties.scripts?split(' ') as script>
|
||||||
<script type="text/javascript" src="${url.resourcesPath}/${script}"></script>
|
<script type="text/javascript" src="${resourceUrl}/${script}"></script>
|
||||||
</#list>
|
</#list>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue