From e116c0db463986b7b377d93e1697c2d579f750b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sun, 10 Jul 2016 21:24:04 -0400 Subject: [PATCH] Display network name on Connect page when network is locked and info is hidden --- client/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/client/index.html b/client/index.html index f5d02d83..edf9ee33 100644 --- a/client/index.html +++ b/client/index.html @@ -110,6 +110,7 @@

<%= public ? "The Lounge - " : "" %> Connect + <%= !displayNetwork && lockNetwork ? "to " + defaults.name : "" %>

>