mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
lint
This commit is contained in:
parent
c9676e1c91
commit
6db7fbac0f
@ -600,7 +600,7 @@ define([
|
||||
};
|
||||
UI.confirmButton = function (originalBtn, config, _cb) {
|
||||
config = config || {};
|
||||
cb = Util.once(Util.mkAsync(_cb));
|
||||
var cb = Util.once(Util.mkAsync(_cb));
|
||||
|
||||
var classes = 'btn ' + (config.classes || 'btn-primary');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user