mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +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
|
$options;\n
|
||||||
ajax_select_widget_setup('$name', '$onchange', options['$name'], '" . $GLOBALS['egw_info']['flags']['currentapp'] . "');
|
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
|
return True; // no extra label
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user