remove alert
This commit is contained in:
parent
189c19b097
commit
8053437ccc
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ Ox.ItfBox = function(options, self) {
|
|||
// .css({position: 'relative', height: '100%'})
|
||||
.appendTo($listContainer)
|
||||
.bindEvent("select", function(e, data) {
|
||||
alert(JSON.stringify(data));
|
||||
// alert(JSON.stringify(data));
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue