Merge pull-request #1361

This commit is contained in:
Frederic Guillot 2015-10-13 19:28:28 -04:00
commit 7803b6c2b9
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();
});
};