1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Issue #1767 - Signup template cleanup.

This commit is contained in:
Cameron
2020-04-20 12:37:39 -07:00
parent ab925f43cc
commit 31e197ccce
4 changed files with 62 additions and 43 deletions

View File

@@ -625,7 +625,7 @@ function req($field)
function headerjs()
{
$script_txt = "
return "
<script type=\"text/javascript\">
function addtext3(sc){
document.getElementById('signupform').image.value = sc;
@@ -639,7 +639,4 @@ function headerjs()
}
</script>\n";
//global $cal; // XXX - can this be removed completely?
//$script_txt .= $cal->load_files();
return $script_txt;
}