Skip to content

Commit

Permalink
fixed exception after moving messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Sep 11, 2013
1 parent 8b6fef5 commit 2891429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/activemq/js/browse.ts
Expand Up @@ -236,7 +236,7 @@ module ActiveMQ {

function moveSuccess() {
operationSuccess();
$scope.workspace.loadTree();
workspace.loadTree();
}
}
}

0 comments on commit 2891429

Please sign in to comment.