Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jquery_loadinganimation
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
jquery_loadinganimation
Commits
b8df00d7
Commit
b8df00d7
authored
13 years ago
by
Julian Pustkuchen
Browse files
Options
Downloads
Patches
Plain Diff
Added AJAX display notice in admin settings.
parent
10ef9428
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jquery_loadinganimation.admin.inc
+1
-1
1 addition, 1 deletion
jquery_loadinganimation.admin.inc
with
1 addition
and
1 deletion
jquery_loadinganimation.admin.inc
+
1
−
1
View file @
b8df00d7
...
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment