Fix previous commit

stable
Xavier Julián 2014-08-05 13:49:47 +02:00
parent 2242e84127
commit c1cb5fdd6f
1 changed files with 0 additions and 1 deletions

View File

@ -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>