Skip to content
Snippets Groups Projects
Commit b8df00d7 authored by Julian Pustkuchen's avatar Julian Pustkuchen
Browse files

Added AJAX display notice in admin settings.

parent 10ef9428
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ function jquery_loadinganimation_settings_form() {
'#type' => 'checkbox',
'#title' => t('Show during AJAX requests'),
'#description' => t(
"Display the loading animation during AJAX requests too."),
"Display the loading animation during AJAX requests too. Notice: Use with caution, may be disturbing."),
'#default_value' => variable_get('jquery_loadinganimation_show_on_ajax',
FALSE));
$form['jquery_loadinganimation_show_on_form_submit'] = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment