未验证 提交 eb7f2dd2 编写于 作者: B Basil Crow 提交者: GitHub

[JENKINS-70953] Remove Prototype $ usage from `RenderOnDemandTest` (#7799)

上级 9417558a
......@@ -33,7 +33,7 @@ THE SOFTWARE.
<script>
var x = null;
var y = null;
$("button").onclick = function() {
document.getElementById("button").onclick = function() {
renderOnDemand(document.getElementsBySelector('.lazy')[0]);
}
</script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册