NIHVIVO-2232 Removed unnecessary id on sortable li's.
This commit is contained in:
parent
cca662f6e7
commit
da3e14a799
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
<#-- List the menu items -->
|
<#-- List the menu items -->
|
||||||
<ul class="menuItems">
|
<ul class="menuItems">
|
||||||
<#list hasElement.statements as statement>
|
<#list hasElement.statements as statement>
|
||||||
<li class="menuItem" id="order_${statement_index}"><#include "${hasElement.template}"> <span class="controls"><@p.editingLinks "hasElement" statement editable /></span></li>
|
<li class="menuItem"><#include "${hasElement.template}"> <span class="controls"><@p.editingLinks "hasElement" statement editable /></span></li>
|
||||||
</#list>
|
</#list>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue