mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
missing script tag
This commit is contained in:
@@ -750,10 +750,12 @@ function headerjs()
|
|||||||
{
|
{
|
||||||
//global $cal;
|
//global $cal;
|
||||||
$script = "
|
$script = "
|
||||||
|
<script type='text/javascript'>
|
||||||
function addtext_us(sc)
|
function addtext_us(sc)
|
||||||
{
|
{
|
||||||
document.getElementById('dataform').image.value = sc;
|
document.getElementById('dataform').image.value = sc;
|
||||||
}
|
}
|
||||||
|
</script>
|
||||||
";
|
";
|
||||||
|
|
||||||
//$script .= $cal->load_files();
|
//$script .= $cal->load_files();
|
||||||
|
Reference in New Issue
Block a user