From 3e0b76d423f26108edc8ad6eacebdfab51283d94 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Tue, 29 Mar 2022 22:10:47 -0700 Subject: [PATCH] Terminal fullscreen close button now on right, #3819 --- meshuser.js | 2 +- views/default.handlebars | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meshuser.js b/meshuser.js index fe77c374..e09c1bd0 100644 --- a/meshuser.js +++ b/meshuser.js @@ -4244,7 +4244,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use break; } case 'uicustomevent': { - // Event the change + // Event the custom UI action var message = { etype: 'user', userid: user._id, username: user.name, action: 'uicustomevent', domain: domain.id, uisection: command.section, element: command.element }; if (command.selectedDevices != null) { message.selectedDevices = command.selectedDevices; } if (command.src != null) { message.src = command.src; } diff --git a/views/default.handlebars b/views/default.handlebars index b0515884..a2193e3b 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -724,13 +724,13 @@
+
 ✖
-
 ✖
Disconnected