mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +01:00
allways load jquery (not -ui) and egw_json for all templates
This commit is contained in:
parent
bfe60cfb90
commit
30d45d9b37
@ -693,8 +693,13 @@ abstract class egw_framework
|
|||||||
{
|
{
|
||||||
$java_script = '';
|
$java_script = '';
|
||||||
|
|
||||||
|
// allways load jquery (not -ui) and egw_json
|
||||||
|
$GLOBALS['egw']->js->validate_file('jquery','jquery');
|
||||||
|
$GLOBALS['egw']->js->validate_file('.','egw_json');
|
||||||
|
|
||||||
// always include javascript helper functions
|
// always include javascript helper functions
|
||||||
$GLOBALS['egw']->js->validate_file('jsapi','jsapi');
|
$GLOBALS['egw']->js->validate_file('jsapi','jsapi');
|
||||||
|
|
||||||
// GLOBAL var to tell egroupware wether or not to enable the IE selectBox resize hack
|
// GLOBAL var to tell egroupware wether or not to enable the IE selectBox resize hack
|
||||||
if($GLOBALS['egw_info']['user']['preferences']['common']['enable_ie_dropdownmenuhack'])
|
if($GLOBALS['egw_info']['user']['preferences']['common']['enable_ie_dropdownmenuhack'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user