Merge branch 'colresize' into aris
This commit is contained in:
commit
d37b0fa246
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user