We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db26941 commit 72496e9Copy full SHA for 72496e9
4.use-case/2.read-a-drivers-license.html
@@ -187,6 +187,7 @@ <h1 id='header'>Read A Driver's License <a href="javascript:void(0)" id='readAga
187
resultShowNode.appendChild(createNode("span", "------------------------------"));
188
resultShowNode.appendChild(createNode("br"));
189
}
190
+ document.getElementById('resultAlert_content').innerHTML = "";
191
document.getElementById('resultAlert_content').appendChild(resultShowNode);
192
document.getElementById('resultAlert').hidden = false;
193
document.addEventListener("mousedown", clickToHide);
0 commit comments