remove alert

This commit is contained in:
sanj 2011-01-10 10:59:50 +05:30
parent 189c19b097
commit 8053437ccc

View File

@ -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));
});