Skip to content

Commit 17cb8c8

Browse files
closing of popup msg after trash
1 parent dff0cf1 commit 17cb8c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@
324324
let printText = document.getElementById("printText");
325325
printText.classList.remove("show");
326326
}
327-
328327
function hideErrorText() {
329328
let errorText = document.getElementById("errorText");
330329
errorText.classList.remove("show");

0 commit comments

Comments
 (0)