# HG changeset patch # User Matthew Wild # Date 1601996671 -3600 # Node ID 740ca44eba06c28aa59a6a882dd384c39d0d917d # Parent 85fa8c9e992a5b0e9730d32ce50fa3513eee50dc mod_invites_page: Always display web clients regardless of detected platform diff -r 85fa8c9e992a -r 740ca44eba06 mod_invites_page/html/invite.html --- 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")