You are here

constant ADVAGG_MOD_CSS_DEFER in Advanced CSS/JS Aggregation 7.2

Default value to use JavaScript to defer CSS loading.

Related topics

5 uses of ADVAGG_MOD_CSS_DEFER
advagg_css_in_js in ./advagg.module
Returns TRUE if the CSS is being loaded via JavaScript.
advagg_mod_admin_settings_form in advagg_mod/advagg_mod.admin.inc
Form builder; Configure advagg settings.
advagg_mod_advagg_current_hooks_hash_array_alter in advagg_mod/advagg_mod.module
Implements hook_advagg_current_hooks_hash_array_alter().
advagg_mod_get_lists in advagg_mod/advagg_mod.module
Generate a list of rules and exceptions for js files and inline.
advagg_mod_update_7201 in advagg_mod/advagg_mod.install
Merge advagg_mod_css_defer_rel_preload into advagg_mod_css_defer.

File

advagg_mod/advagg_mod.module, line 81
Advanced aggregation modifier module.

Code

define('ADVAGG_MOD_CSS_DEFER', 0);