Fix: remove system's drag and drop when dragging table header link

This commit is contained in:
Aris Feryanto 2011-06-10 08:47:47 +07:00
parent 53d7bfa2b1
commit 3ba2aa4463

View File

@ -425,6 +425,9 @@
$(t).removeClass('data');
$(g.gDiv).addClass('data');
$(g.cRsz).css('height', $(t).height());
$(t).find('th a').bind('dragstart', function() {
return false;
});
};
// document ready checking