Skip to content
Snippets Groups Projects
Commit 2265dc3b authored by colemanw's avatar colemanw
Browse files

Merge pull request #1046 from colemanw/showHide

Remove show/hide functions from install template CRM-10773
parents 293b3c17 5f938901
Branches
Tags
No related merge requests found
......@@ -3,14 +3,6 @@
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>CiviCRM Installer</title>
<script>
function show(id) {
document.getElementById(id).style.display = '';
}
function hide(id) {
document.getElementById(id).style.display = 'none';
}
</script>
<link rel="stylesheet" type="text/css" href=<?php echo $installURLPath . "template.css"?> />
</head>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment