forked from extern/egroupware
fixed not working password link in Firefox (JSON.parse in FF does not like white-spaces)
This commit is contained in:
parent
2502f5500a
commit
7505b92bcb
@ -1355,7 +1355,7 @@ if ($app == 'home') continue;
|
||||
'name' => 'preferences',
|
||||
'title' => lang('Password'),
|
||||
'url' => 'javascript:egw.open_link("'.
|
||||
egw::link('/index.php?menuaction=preferences.preferences_password.change').'", "_blank", "400x200")',
|
||||
egw::link('/index.php?menuaction=preferences.preferences_password.change').'","_blank","400x270")',
|
||||
));
|
||||
}
|
||||
/* disable help until content is reworked
|
||||
|
Loading…
Reference in New Issue
Block a user