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.
This commit is contained in:
parent
145167baae
commit
47ec7501ed
4
dist/converse.js
vendored
4
dist/converse.js
vendored
@ -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="#"> </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="#"> </a>\n</div>\n';
|
'" href="#"> </a>\n</div>\n';
|
||||||
return __p
|
return __p
|
||||||
};
|
};
|
||||||
|
@ -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="#"> </a>
|
title="{{{o.info_remove_bookmark}}}" href="#"> </a>
|
||||||
<a class="room-info fa fa-info-circle align-self-center" data-room-jid="{{{o.jid}}}"
|
|
||||||
title="{{{o.info_title}}}" href="#"> </a>
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user