From 1c5d3c3e41b47780eafcf66a218c5bdc651dfe6e Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Sat, 13 Jun 2020 05:54:14 -0700 Subject: [PATCH] Fixed Web-RDP context menu. --- views/default.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default.handlebars b/views/default.handlebars index 813ad7e2..8938b2ee 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -5389,7 +5389,7 @@ // MSTSC.js link if (((connectivity & 1) != 0) && (node.agent) && ((meshrights & 8) != 0) && ((features & 0x40000000) == 0)) { - x += '' + "Web-RDP" + ' '; + x += '' + "Web-RDP" + ' '; } // MQTT options