1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 23:26:41 +02:00

chatbox sc namespace collisions fix; legacy JS issue fix (user

settings)
This commit is contained in:
SecretR
2013-04-29 15:04:01 +03:00
parent 3847aca845
commit fedd644b69
3 changed files with 16 additions and 16 deletions

View File

@@ -838,12 +838,10 @@ function headerjs()
{
$script = "
<script type='text/javascript'>
function addtext_us(sc)
{
document.getElementById('dataform').image.value = sc;
}
</script>
";