Removed console.log in lists view
This commit is contained in:
parent
78261b738a
commit
3bc1596839
1 changed files with 0 additions and 3 deletions
|
@ -226,9 +226,6 @@
|
|||
var containerWidth = container.width();
|
||||
var tableWidth = $('.dataTable').width();
|
||||
|
||||
console.log(containerWidth);
|
||||
console.log(tableWidth);
|
||||
|
||||
if (tableWidth > containerWidth) {
|
||||
container.css({ width: 'auto', 'max-width': tableWidth + 100 + 'px' });
|
||||
$(window).off('resize', updateTableWidth);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue