diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-20 10:15:31 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-20 10:15:31 +0000 |
| commit | f1e81a3634be7ffe2245cbd4b0cade3f3d9d69dc (patch) | |
| tree | c244e1c23dbd2972b953b97073f89ee970edaf6a /roundcubemail/program/include/rcube_template.php | |
| parent | 7b538ab8856349eed7e06543aefb8a31c3ca4b00 (diff) | |
Use compressed version of jQuery.js
git-svn-id: https://svn.roundcube.net/trunk@2404 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_template.php')
| -rwxr-xr-x | roundcubemail/program/include/rcube_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_template.php b/roundcubemail/program/include/rcube_template.php index b18f27c54..5de773821 100755 --- a/roundcubemail/program/include/rcube_template.php +++ b/roundcubemail/program/include/rcube_template.php @@ -71,7 +71,7 @@ class rcube_template extends rcube_html_page $this->add_script($javascript, 'head_top'); $this->add_script($javascript_foot, 'foot'); $this->scripts_path = 'program/js/'; - $this->include_script('jquery.js'); + $this->include_script('jquery-1.3.min.js'); $this->include_script('common.js'); $this->include_script('app.js'); |
