Fix previous commit
parent
2242e84127
commit
c1cb5fdd6f
|
@ -240,7 +240,6 @@ UsStatusDetailDirective = () ->
|
||||||
""")
|
""")
|
||||||
selectionPointsTemplate = _.template("""
|
selectionPointsTemplate = _.template("""
|
||||||
<ul class="popover pop-points-open">
|
<ul class="popover pop-points-open">
|
||||||
<li class="pop-points-selected"></li>
|
|
||||||
<% _.each(points, function(point) { %>
|
<% _.each(points, function(point) { %>
|
||||||
<li><a href="" class="point" title="<%- point.name %>"
|
<li><a href="" class="point" title="<%- point.name %>"
|
||||||
data-point-id="<%- point.id %>"><%- point.name %></a>
|
data-point-id="<%- point.id %>"><%- point.name %></a>
|
||||||
|
|
Loading…
Reference in New Issue