From aea4168e6c9386cc5a6ef6e7cee8f0ff87603e15 Mon Sep 17 00:00:00 2001 From: "Moritz Kaspar Rudert (mortzu)" Date: Fri, 26 Jun 2020 22:27:36 +0200 Subject: [PATCH] Fixed HTML bug --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 8ff9100..a4c1496 100644 --- a/app.js +++ b/app.js @@ -96,7 +96,7 @@ $(function() { if (vpnserver_status[key][this]['up']) { $('').appendTo($('#' + vpnserver_name + gatemon['uuid'])); } else { - $('').appendTo($('#' + vpnserver_name + gatemon['uuid'])); + $('').appendTo($('#' + vpnserver_name + gatemon['uuid'])); } }); }