mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-07 17:34:21 +00:00
Fixed issue with wrong share dropdown toggling
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="footer-button">
|
||||
<div class="btn-group" id="share-dropdown">
|
||||
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#share-dropdown"><i class="icon-share"/>
|
||||
<div class="btn-group" id="share-dropdown-<%= item.id %>">
|
||||
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#share-dropdown-<%= item.id %>"><i class="icon-share"/>
|
||||
Share
|
||||
<span class="caret"></span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user