diff options
Diffstat (limited to 'assets/js/src/Board.js')
-rw-r--r-- | assets/js/src/Board.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/assets/js/src/Board.js b/assets/js/src/Board.js index dee1a758..b98aa366 100644 --- a/assets/js/src/Board.js +++ b/assets/js/src/Board.js @@ -5,7 +5,6 @@ function Board(app) { Board.prototype.execute = function() { this.app.swimlane.refresh(); - this.app.swimlane.listen(); this.restoreColumnViewMode(); this.compactView(); this.columnScrolling(); @@ -84,7 +83,6 @@ Board.prototype.refresh = function(data) { this.app.refresh(); this.app.swimlane.refresh(); - this.app.swimlane.listen(); this.columnScrolling(); this.app.hideLoadingIcon(); this.listen(); |