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

@ -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',