summaryrefslogtreecommitdiff
path: root/js/main.js
diff options
context:
space:
mode:
authorPedro Alvarez <palvarez89@gmail.com>2015-10-02 09:48:16 +0200
committerPedro Alvarez <palvarez89@gmail.com>2015-10-02 09:48:16 +0200
commit1c663ae1dd27f9068c9d2d64d541262458125539 (patch)
treea8aa25b792fba2c74a08a85920014f756293af43 /js/main.js
parent1e659642f2f957b0d489132e1471d24ea81eee3b (diff)
downloadciat-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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js
index 4bcb84b..f5f5e69 100644
--- a/js/main.js
+++ b/js/main.js
@@ -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;