mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-13 02:17:55 +01:00
fixing bug
This commit is contained in:
parent
5803d46fa6
commit
776f2e968d
@ -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
Block a user