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.
2 parents f4d814e + 72496e9 commit ccffd10Copy full SHA for ccffd10
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