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

Fixed D7 Admin settings help information.

parent 9c45a0c1
Branches
Tags
No related merge requests found
...@@ -18,7 +18,7 @@ function jquery_loadinganimation_help($path, $arg) { ...@@ -18,7 +18,7 @@ function jquery_loadinganimation_help($path, $arg) {
switch ($path) { switch ($path) {
// Main module help for the block module // Main module help for the block module
case 'admin/help#jquery_loadinganimation': case 'admin/help#jquery_loadinganimation':
case 'admin/settings/jquery_loadinganimation': case 'admin/config/user-interface/jquery_loadinganimation':
return '<p>' . t( return '<p>' . t(
'JQuery loadinganimation module shows a loading layer on page loading events. These may be triggered by form submission, clicking a hyperlink or executing an AJAX call. 'JQuery loadinganimation module shows a loading layer on page loading events. These may be triggered by form submission, clicking a hyperlink or executing an AJAX call.
Hyperlinks may be excluded from trigger by adding a ".noLoadingAnimation" class. Hyperlinks may be excluded from trigger by adding a ".noLoadingAnimation" class.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment