make place name selectable
This commit is contained in:
parent
68ca199ae3
commit
d554222aea
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ Ox.ListMap = function(options, self) {
|
|||
width: 208
|
||||
})
|
||||
.css({float: 'left', margin: '4px 0 4px 0'})
|
||||
.addClass('OxSelectable')
|
||||
.appendTo(self.$placeTitle)
|
||||
.bindEvent({
|
||||
singleclick: function() {
|
||||
|
|
Loading…
Reference in a new issue