mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +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')
|
if($what == 'onLoad')
|
||||||
{
|
{
|
||||||
$js .= '"egw.LAB.wait(function() {'. htmlspecialchars($data).'})"';
|
$js .= 'onLoad="egw.LAB.wait(function() {'. htmlspecialchars($data).'})"';
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$js .= ' '.$what.'="' . htmlspecialchars($data) . '"';
|
$js .= ' '.$what.'="' . htmlspecialchars($data) . '"';
|
||||||
|
Loading…
Reference in New Issue
Block a user