From d1ecdb6b523ae12c8dab6540b4480f94d5b95044 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sat, 22 Apr 2017 19:05:58 +0300 Subject: [PATCH] Fix displayNetwork to work correctly --- client/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/index.html b/client/index.html index 58884e6f..81f63d04 100644 --- a/client/index.html +++ b/client/index.html @@ -131,7 +131,7 @@ {{/unless}} - {{#unless displayNetwork}} + {{#if displayNetwork}}

Network settings

@@ -168,7 +168,7 @@
- {{/unless}} + {{/if}}

User preferences