forked from 0x2620/pandora
make txt selectable
This commit is contained in:
parent
7f46b85c61
commit
211cbc7d2b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ function constructList() {
|
|||
]
|
||||
}).bindEvent({
|
||||
select: function(event, data) {
|
||||
var info = $('<div>'),
|
||||
var info = $('<div>').addClass('OxSelectable'),
|
||||
hash = '#';
|
||||
$.each(data.ids, function(v, k) {
|
||||
console.log(k)
|
||||
|
|
Loading…
Reference in a new issue