1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Fixed My Users SMS button.

This commit is contained in:
Ylian Saint-Hilaire 2020-04-29 17:36:04 -07:00
parent d54dcdc6b8
commit 9f9fdf7b92
3 changed files with 55 additions and 52 deletions

View file

@ -9957,7 +9957,7 @@
}
function showSendSMSValidate() { QE('idx_dlgOkButton', Q('d2smsText').value.length > 0); }
function showSendSMSEx(b, tag) { if (Q('d2smsText').value.length > 0) { meshserver.send({ action: 'smsuser', userid: tag, msg: Q('d2smsText').value }); } }
function showSendSMSEx(b, tag) { if (Q('d2smsText').value.length > 0) { meshserver.send({ action: 'smsuser', userid: decodeURIComponent(tag), msg: Q('d2smsText').value }); } }
function showUserAlertDialog(e, userid) {
if (xxdialogMode) return;