fixing bug
parent
363284f5d1
commit
63959d086a
|
@ -21,7 +21,7 @@ var BootstrapDialog = new Class({
|
||||||
content.append(footer);
|
content.append(footer);
|
||||||
}
|
}
|
||||||
|
|
||||||
this._native.append(content);
|
this._native.find(".modal-dialog").append(content);
|
||||||
},
|
},
|
||||||
|
|
||||||
_buildFooter: function() {
|
_buildFooter: function() {
|
||||||
|
|
Loading…
Reference in New Issue