diff mod_invites_page/html/invite.html @ 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 82713dfee238
children a0937b5cfdcb
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")