There was an error while loading. Please reload this page.
2 parents cf35089 + 80b0723 commit cfb99fdCopy full SHA for cfb99fd
1 file changed
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