提交 94fd6cf7 编写于 作者: K Kushal Pandya

Update selector for build status text

上级 2421fc7e
......@@ -178,7 +178,7 @@
if ($autoScrollContainer.length) { // Show and Reposition Autoscroll Status Message
$autoScrollContainer.show().css({ top: $body.outerHeight() - 75 });
$autoScrollStatus.find('label').addClass('animate');
$autoScrollStatus.find('.status-text').addClass('animate');
}
}
......@@ -188,7 +188,7 @@
if ($autoScrollContainer.length) {
$autoScrollContainer.hide();
$autoScrollStatus.find('label').removeClass('animate');
$autoScrollStatus.find('.status-text').removeClass('animate');
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册