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
|
width: 208
|
||||||
})
|
})
|
||||||
.css({float: 'left', margin: '4px 0 4px 0'})
|
.css({float: 'left', margin: '4px 0 4px 0'})
|
||||||
|
.addClass('OxSelectable')
|
||||||
.appendTo(self.$placeTitle)
|
.appendTo(self.$placeTitle)
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
singleclick: function() {
|
singleclick: function() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue