diff options
author | Pedro Alvarez <palvarez89@gmail.com> | 2015-10-02 09:48:16 +0200 |
---|---|---|
committer | Pedro Alvarez <palvarez89@gmail.com> | 2015-10-02 09:48:16 +0200 |
commit | 1c663ae1dd27f9068c9d2d64d541262458125539 (patch) | |
tree | a8aa25b792fba2c74a08a85920014f756293af43 /js/main.js | |
parent | 1e659642f2f957b0d489132e1471d24ea81eee3b (diff) | |
download | ciat-ui-1c663ae1dd27f9068c9d2d64d541262458125539.tar.gz |
Revert "Failed attempt to hide status bar in completed builds"
This reverts commit 1e659642f2f957b0d489132e1471d24ea81eee3b.
Diffstat (limited to 'js/main.js')
-rw-r--r-- | js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ app.controller('VisualisationController', function($scope, $http, $q, $interval) }); } else if (key.indexOf("Build") > -1) { - var progressStyle = "progress-bar-success progress-bar-striped ng-hide" + var progressStyle = "progress-bar-success progress-bar-striped" if (state === "building" ) { progressStyle = "progress-bar-warning progress-bar-striped active" progress = (timeRunning * 100) / previousTime; |