Skip to content
Snippets Groups Projects
Commit 1887a62f authored by vigorakbar's avatar vigorakbar
Browse files

renaming false function name

parent 516bdd48
Branches
No related merge requests found
function removeElement(id) { function hideElement(id) {
document.getElementById(id).style.display = "none"; document.getElementById(id).style.display = "none";
} }
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment