Default value to have async on all JS script tags.
Related topics
8 uses of ADVAGG_MOD_JS_ASYNC
- 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_advagg_modify_js_pre_render_alter in advagg_mod/
advagg_mod.module - Implements hook_advagg_modify_js_pre_render_alter().
- advagg_mod_devel_query_put_contents in advagg_mod/
advagg_mod.module - Writes the variables information to a file.
- advagg_mod_get_lists in advagg_mod/
advagg_mod.module - Generate a list of rules and exceptions for js files and inline.
File
-
advagg_mod/
advagg_mod.module, line 101
Code
define('ADVAGG_MOD_JS_ASYNC', FALSE);