apply styles to confirm buttons if provided
This commit is contained in:
parent
07a2d8e189
commit
f2aa531f27
@ -1520,6 +1520,11 @@ define([
|
||||
cb(false);
|
||||
stopListening(keyHandler);
|
||||
});
|
||||
|
||||
window.setTimeout(function () {
|
||||
if (opt.okClass) { findOKButton().addClass(opt.okClass); }
|
||||
if (opt.cancelClass) { findCancelButton().addClass(opt.cancelClass); }
|
||||
}, 0);
|
||||
};
|
||||
|
||||
common.log = function (msg) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user