Software /
code /
prosody-modules
Changeset
4172:740ca44eba06
mod_invites_page: Always display web clients regardless of detected platform
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 06 Oct 2020 16:04:31 +0100 |
parents | 4171:85fa8c9e992a |
children | 4173:dfa885f815eb |
files | mod_invites_page/html/invite.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_invites_page/html/invite.html Tue Oct 06 16:03:38 2020 +0100 +++ b/mod_invites_page/html/invite.html Tue Oct 06 16:04:31 2020 +0100 @@ -160,7 +160,7 @@ } // Hide clients not for this platform $('.client-card.app-platform-'+platform_classname).addClass("supported-platform"); - $('.client-card').not(".supported-platform").hide(); + $('.client-card').not(".supported-platform, .app-platform-web").hide(); $('.client-card .client-platform-badge') .not(".client-platform-badge-"+platform_classname) .addClass("badge-secondary")