mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
use html_id for settings anchor if no name
This commit is contained in:
parent
afd3c3b504
commit
ab7ce19211
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<div id="setup-sidebar" class="hidden-xs" data-spy="affix" data-offset-top="55" data-clampedwidth="#setup-sidebar-col">
|
||||
<script id="list-group-template" type="text/template">
|
||||
<% _.each(descriptions, function(group){ %>
|
||||
<% panelID = group.name ? group.name : group.label %>
|
||||
<% panelID = group.name ? group.name : group.html_id %>
|
||||
<li>
|
||||
<a href="#<%- panelID %>" class="list-group-item">
|
||||
<span class="badge"></span>
|
||||
|
|
Loading…
Reference in a new issue