summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/jquery.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/libraries/jquery.html')
-rw-r--r--user_guide/libraries/jquery.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/jquery.html b/user_guide/libraries/jquery.html
index 98c9a9cb3..69b8389a0 100644
--- a/user_guide/libraries/jquery.html
+++ b/user_guide/libraries/jquery.html
@@ -81,7 +81,7 @@ Input and Security Class
<p><code>&lt;?php echo $jquery_script;?&gt;<br />
&lt;?php echo $script_head;?&gt;</code></p>
-<p>There are 2 configuration items in jQuery library. These can either be set in system/application/config.php, or within any controller. The first is the path from the root of your site to the jquery library ('js' is the default) and the second is an image to be used as an &quot;ajax loader&quot;, or progress indicator. Without one, the simple text message of &quot;loading&quot; will appear when Ajax calls need to be made.</p>
+<p>There are 2 configuration items in jQuery library. These can either be set in application/config.php, or within any controller. The first is the path from the root of your site to the jquery library ('js' is the default) and the second is an image to be used as an &quot;ajax loader&quot;, or progress indicator. Without one, the simple text message of &quot;loading&quot; will appear when Ajax calls need to be made.</p>
<p><code>$config['javascript_folder'] = 'js';<br />
$config['javascript_ajax_img'] = 'images/ajax-loader.gif';</code></p>