fixed not working preferences under idots template

This commit is contained in:
Ralf Becker 2013-10-03 15:54:19 +00:00
parent dad39e1d8a
commit 2f39c7b4dd

View File

@ -794,7 +794,7 @@ function dropdown_menu_hack(el)
*/
function egw_link_handler(_link, _app)
{
window.location.href = egw_webserverUrl+_link;
window.location.href = _link;
}
/**