jkanban.js fix whitespace changes
This commit is contained in:
@@ -311,14 +311,6 @@
|
||||
if (self.options.boards !== boards)
|
||||
self.options.boards.push(board);
|
||||
|
||||
/*if (!self.options.responsivePercentage) {
|
||||
//add width to container
|
||||
if (self.container.style.width === '') {
|
||||
self.container.style.width = parseInt(boardWidth) + (parseInt(self.options.gutter) * 2) + 'px';
|
||||
} else {
|
||||
self.container.style.width = parseInt(self.container.style.width) + parseInt(boardWidth) + (parseInt(self.options.gutter) * 2) + 'px';
|
||||
}
|
||||
}*/
|
||||
//create node
|
||||
var boardNode = document.createElement('div');
|
||||
boardNode.dataset.id = board.id;
|
||||
|
||||
Reference in New Issue
Block a user