Release v1.1.3: playlist drag sorting, local SortableJS, and playlist UI updates
This commit is contained in:
@@ -105,7 +105,11 @@
|
||||
{{/if}}
|
||||
{{#if scripts.length}}
|
||||
{{#each scripts}}
|
||||
<script src="/assets/{{this}}"></script>
|
||||
{{#if (isExternalUrl this)}}
|
||||
<script src="{{this}}"></script>
|
||||
{{else}}
|
||||
<script src="/assets/{{this}}"></script>
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user