mirror of
https://github.com/jech/galene.git
synced 2024-11-22 16:45:58 +01:00
Rename lower hand to unraise.
This commit is contained in:
parent
eb21c1ab20
commit
e673cf1225
1 changed files with 1 additions and 1 deletions
|
@ -2056,7 +2056,7 @@ function userMenu(elt) {
|
||||||
if(id === serverConnection.id) {
|
if(id === serverConnection.id) {
|
||||||
let mydata = serverConnection.users[serverConnection.id].data;
|
let mydata = serverConnection.users[serverConnection.id].data;
|
||||||
if(mydata['raisehand'])
|
if(mydata['raisehand'])
|
||||||
items.push({label: 'Lower hand', onClick: () => {
|
items.push({label: 'Unraise hand', onClick: () => {
|
||||||
serverConnection.userAction(
|
serverConnection.userAction(
|
||||||
'setdata', serverConnection.id, {'raisehand': null},
|
'setdata', serverConnection.id, {'raisehand': null},
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue