diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-15 11:08:30 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-15 11:08:30 +0100 |
| commit | 2bdc1b3606d38ffe021f3e01c0ca931b5157d691 (patch) | |
| tree | b04899c78a5949fa4dce42f44612c3488c6c5425 /templates | |
| parent | d7c8981ca96dcf0e5b7a2b843d4feee6f37c3b19 (diff) | |
| download | liberty-2bdc1b3606d38ffe021f3e01c0ca931b5157d691.tar.gz liberty-2bdc1b3606d38ffe021f3e01c0ca931b5157d691.tar.bz2 liberty-2bdc1b3606d38ffe021f3e01c0ca931b5157d691.zip | |
Move acisortable to package used in structure_edit
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/structure_edit.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/structure_edit.tpl b/templates/structure_edit.tpl index f915fc7..cf904e8 100755 --- a/templates/structure_edit.tpl +++ b/templates/structure_edit.tpl @@ -6,8 +6,8 @@ {assign var=structureName value="Structure"} {/if} -<script src="{$smarty.const.UTIL_PKG_URL}javascript/jquery/plugins/acisortable/jquery.aciPlugin.min.js"></script> -<script src="{$smarty.const.UTIL_PKG_URL}javascript/jquery/plugins/acisortable/jquery.aciSortable.js"></script> +<script src="{$smarty.const.LIBERTY_PKG_URL}scripts/acisortable/jquery.aciPlugin.min.js"></script> +<script src="{$smarty.const.LIBERTY_PKG_URL}scripts/acisortable/jquery.aciSortable.js"></script> {$structureToc} |
