forked from 0x2620/oxjs
in manage places, resurrect place name (top right), fixes #670
This commit is contained in:
parent
53f57939ec
commit
d886ffdde2
3 changed files with 15 additions and 8 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue