remove alert
This commit is contained in:
parent
189c19b097
commit
8053437ccc
|
@ -829,7 +829,7 @@ Ox.ItfBox = function(options, self) {
|
||||||
// .css({position: 'relative', height: '100%'})
|
// .css({position: 'relative', height: '100%'})
|
||||||
.appendTo($listContainer)
|
.appendTo($listContainer)
|
||||||
.bindEvent("select", function(e, data) {
|
.bindEvent("select", function(e, data) {
|
||||||
alert(JSON.stringify(data));
|
// alert(JSON.stringify(data));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user