Commit 47ec7501 authored by JC Brand's avatar JC Brand

updates #1069 Don't show room-info icon for bookmarks

Currently we can only show the room info modal for open rooms, because
we need the Backbone.Model.

Querying the room info and displaying it for non-open rooms will be more
work and will require a separate modal.
parent 145167ba
...@@ -83960,10 +83960,6 @@ __e(o.jid) + ...@@ -83960,10 +83960,6 @@ __e(o.jid) +
__e(o.name) + __e(o.name) +
'"\n title="' + '"\n title="' +
__e(o.info_remove_bookmark) + __e(o.info_remove_bookmark) +
'" href="#">&nbsp;</a>\n <a class="room-info fa fa-info-circle align-self-center" data-room-jid="' +
__e(o.jid) +
'"\n title="' +
__e(o.info_title) +
'" href="#">&nbsp;</a>\n</div>\n'; '" href="#">&nbsp;</a>\n</div>\n';
return __p return __p
}; };
...@@ -3,6 +3,4 @@ ...@@ -3,6 +3,4 @@
<a class="remove-bookmark fa fa-bookmark align-self-center {[ if (o.bookmarked) { ]} button-on {[ } ]}" <a class="remove-bookmark fa fa-bookmark align-self-center {[ if (o.bookmarked) { ]} button-on {[ } ]}"
data-room-jid="{{{o.jid}}}" data-bookmark-name="{{{o.name}}}" data-room-jid="{{{o.jid}}}" data-bookmark-name="{{{o.name}}}"
title="{{{o.info_remove_bookmark}}}" href="#">&nbsp;</a> title="{{{o.info_remove_bookmark}}}" href="#">&nbsp;</a>
<a class="room-info fa fa-info-circle align-self-center" data-room-jid="{{{o.jid}}}"
title="{{{o.info_title}}}" href="#">&nbsp;</a>
</div> </div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment