Fix regressions

This commit is contained in:
Frederic Guillot
2015-10-19 22:47:45 -04:00
parent 039baacaa0
commit 5d15075223
5 changed files with 7 additions and 5 deletions

View File

@@ -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();