mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fixed some misttakes ;-)
This commit is contained in:
parent
ee90696e3b
commit
9e7576880d
@ -307,7 +307,7 @@ class ui_resources
|
||||
function select()
|
||||
{
|
||||
if (isset($_GET['name'])) $name = $_GET['name'];
|
||||
$content=array('js_id' => $name)
|
||||
$content=array('js_id' => $name);
|
||||
$content['js'] = "<script LANGUAGE=\"JavaScript\">
|
||||
window.focus();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user