mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
missing onLoad attibute in body tag, causing all sorts of things to fail
This commit is contained in:
parent
885a5fdfc7
commit
6e28933f18
@ -1226,7 +1226,7 @@ window.egw.LAB.script(
|
||||
{
|
||||
if($what == 'onLoad')
|
||||
{
|
||||
$js .= '"egw.LAB.wait(function() {'. htmlspecialchars($data).'})"';
|
||||
$js .= 'onLoad="egw.LAB.wait(function() {'. htmlspecialchars($data).'})"';
|
||||
continue;
|
||||
}
|
||||
$js .= ' '.$what.'="' . htmlspecialchars($data) . '"';
|
||||
|
Loading…
Reference in New Issue
Block a user