Fix javascript for board swimlane

This commit is contained in:
allyraza 2015-10-13 19:25:33 -04:00
parent e57386a183
commit e03a2e0359
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ Popover.prototype.open = function(link) {
$.get(link, function(content) {
$("body").append('<div id="popover-container"><div id="popover-content">' + content + '</div></div>');
self.router.dispatch();
self.app.refresh();
self.afterOpen();
});
};