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