commit | 876ca51ac180cfa1df7bddc2a7ff486d8f83bd9e | [log] [tgz] |
---|---|---|
author | Joshua Hesketh <josh@nitrotech.org> | Fri Mar 21 18:44:22 2014 +1100 |
committer | Joshua Hesketh <josh@nitrotech.org> | Fri Mar 28 10:57:53 2014 +1100 |
tree | 9bcd900de1e4c3898fc012a8996aaf29592249d6 | |
parent | db8046eef840806404d0fb7ab77a0543eeeb74cb [diff] [blame] |
Shorten update spinner fadeout on status page Change-Id: Iba951db42ac50b8f7dfece7d1a4af4c2ffc26afc
diff --git a/etc/status/public_html/app.js b/etc/status/public_html/app.js index 09aa6ca..a397121 100644 --- a/etc/status/public_html/app.js +++ b/etc/status/public_html/app.js
@@ -438,7 +438,7 @@ $container.removeClass('zuul-container-loading'); setTimeout(function () { $indicator.removeClass('zuul-spinner-on'); - }, 550); + }, 500); }); $jq.one('update-end', function () {