1
0
Fork 0
forked from 0x2620/oxjs

in manage places, resurrect place name (top right), fixes #670

This commit is contained in:
rlx 2012-03-18 12:39:11 +00:00
commit d886ffdde2
3 changed files with 15 additions and 8 deletions

View file

@ -297,7 +297,6 @@ Ox.ListCalendar = function(options, self) {
width: 228
})
.css({float: 'left', margin: '4px'})
.appendTo(self.$eventTitle)
.bindEvent({
singleclick: function() {
self.$calendar.panToEvent();
@ -305,7 +304,8 @@ Ox.ListCalendar = function(options, self) {
doubleclick: function() {
self.$calendar.zoomToEvent();
}
});
})
.appendTo(self.$eventTitle);
self.$deselectEventButton = Ox.Button({
title: 'close',
tooltip: 'Done',

View file

@ -455,7 +455,8 @@ Ox.ListMap = function(options, self) {
doubleclick: function() {
self.$map.zoomToPlace();
}
});
})
.appendTo(self.$placeTitle);
self.$deselectPlaceButton = Ox.Button({
title: 'close',
tooltip: 'Done',