forked from 0x2620/oxjs
in ListCalendar, populate duration form field, fixes #756
This commit is contained in:
parent
4ad7bc8ad4
commit
244312aede
2 changed files with 10 additions and 9 deletions
|
|
@ -701,8 +701,8 @@ Ox.ListMap = function(options, self) {
|
|||
}
|
||||
*/
|
||||
|
||||
that.$element.replaceWith(
|
||||
that.$element = Ox.SplitPanel({
|
||||
that.setElement(
|
||||
Ox.SplitPanel({
|
||||
elements: [
|
||||
{
|
||||
collapsible: self.options.collapsible,
|
||||
|
|
@ -771,7 +771,6 @@ Ox.ListMap = function(options, self) {
|
|||
orientation: 'horizontal'
|
||||
})
|
||||
.addClass('OxListMap')
|
||||
.$element
|
||||
);
|
||||
|
||||
function addPlace() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue