提交 7dfd5aa6 编写于 作者: K Kushal Pandya

Use cached element references

上级 5bab7c57
......@@ -124,8 +124,8 @@
};
Build.prototype.checkAutoscroll = function() {
if ($("#autoscroll-status").data("state") === "enabled") {
return $("html,body").scrollTop($("#build-trace").height());
if (this.$autoScrollStatus.data("state") === "enabled") {
return $("html,body").scrollTop(this.$buildTrace.height());
}
// Handle a situation where user started new build
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册