mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Fix path problem where js couldn't be found
This commit is contained in:
parent
3fb2b0173b
commit
fc1328fae8
@ -242,7 +242,7 @@ class ajax_select_widget
|
||||
$options;\n
|
||||
ajax_select_widget_setup('$name', '$onchange', options['$name'], '" . $GLOBALS['egw_info']['flags']['currentapp'] . "');
|
||||
");
|
||||
$GLOBALS['egw']->js->validate_file('', 'ajax_select', 'etemplate');
|
||||
$GLOBALS['egw']->js->validate_file('.', 'ajax_select', 'etemplate');
|
||||
|
||||
return True; // no extra label
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user