Skip to content

Commit

Permalink
Fix logs page, accidentally broke it
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Nov 15, 2013
1 parent 5eb9da0 commit ed34d07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hawtio-web/src/main/webapp/app/log/js/logs.ts
Expand Up @@ -190,9 +190,6 @@ module Log {


var updateValues = function (response) {
if (!response.value) {
return;
}
var scrollToBottom = false;
if (!$scope.inDashboard) {
var window = $($window);
Expand Down

0 comments on commit ed34d07

Please sign in to comment.