Commit 94fd6cf7 authored by Kushal Pandya's avatar Kushal Pandya

Update selector for build status text

parent 2421fc7e
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
if ($autoScrollContainer.length) { // Show and Reposition Autoscroll Status Message if ($autoScrollContainer.length) { // Show and Reposition Autoscroll Status Message
$autoScrollContainer.show().css({ top: $body.outerHeight() - 75 }); $autoScrollContainer.show().css({ top: $body.outerHeight() - 75 });
$autoScrollStatus.find('label').addClass('animate'); $autoScrollStatus.find('.status-text').addClass('animate');
} }
} }
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
if ($autoScrollContainer.length) { if ($autoScrollContainer.length) {
$autoScrollContainer.hide(); $autoScrollContainer.hide();
$autoScrollStatus.find('label').removeClass('animate'); $autoScrollStatus.find('.status-text').removeClass('animate');
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment