mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Fix duplicated button in support app
This commit is contained in:
parent
1abf57d8b7
commit
dd34d803e2
@ -162,7 +162,7 @@ define([
|
||||
var makeForm = function (ctx, opts, cb) {
|
||||
let { oldData, recorded, title, hideNotice } = opts || {};
|
||||
var button;
|
||||
cb = Util.once(cb);
|
||||
cb = cb && Util.once(cb);
|
||||
|
||||
if (typeof(cb) === "function") {
|
||||
button = h('button.btn.btn-primary.cp-support-list-send', Messages.contacts_send);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user