mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix refresh button for user directory
This commit is contained in:
parent
e5b01dd40b
commit
523b54aa6f
@ -1734,7 +1734,7 @@ Example
|
||||
var refreshUsers = function () {};
|
||||
|
||||
var refresh = h('button.btn.btn-secondary', Messages.oo_refresh);
|
||||
Util.onClickEnter($(refresh).find('button'), function () {
|
||||
Util.onClickEnter($(refresh), function () {
|
||||
refreshUsers();
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user