mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix hiding support message after merge with other branches
This commit is contained in:
parent
7ddd8cd468
commit
0791242494
@ -449,7 +449,7 @@ define([
|
||||
if (typeof(cb) === "function") { cb(); }
|
||||
});
|
||||
};
|
||||
Util.onClickEnter($show, adminOpen);
|
||||
Util.onClickEnter($show, () => { adminOpen(); });
|
||||
if (!onShow) { show = undefined; }
|
||||
|
||||
// Move active/pending
|
||||
|
||||
Loading…
Reference in New Issue
Block a user