Skip to content

Commit ccffd10

Browse files
authored
Merge pull request #43 from Dynamsoft/_dev
Dev
2 parents f4d814e + 72496e9 commit ccffd10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

4.use-case/2.read-a-drivers-license.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ <h1 id='header'>Read A Driver's License <a href="javascript:void(0)" id='readAga
187187
resultShowNode.appendChild(createNode("span", "------------------------------"));
188188
resultShowNode.appendChild(createNode("br"));
189189
}
190+
document.getElementById('resultAlert_content').innerHTML = "";
190191
document.getElementById('resultAlert_content').appendChild(resultShowNode);
191192
document.getElementById('resultAlert').hidden = false;
192193
document.addEventListener("mousedown", clickToHide);

0 commit comments

Comments
 (0)