From bb4a833c71c94fddcd620acc4e43236388277a72 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 2 Nov 2021 20:05:21 +0300 Subject: rename "Manual" to "ip & wg" --- assets/js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/main.js b/assets/js/main.js index bb58268..d5be55f 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -486,7 +486,7 @@ var Guide = function(name) { Guide.prototype.format = function(data) { var container = $('
'); - container.append($('

').text(this.name)); + container.append($('

').html(this.name)); return container; } @@ -582,7 +582,7 @@ GuideNetworkManager.prototype.for_server = function(data) { } var GuideManual = function() { - GuideServerClient.call(this, 'Manual'); + GuideServerClient.call(this, 'ip & wg'); } GuideManual.prototype = Object.create(GuideServerClient.prototype); -- cgit v1.2.3