diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-20 08:11:14 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-20 08:11:14 +0000 |
| commit | b32a1a486f078cfe7d5b98094cdf30376c869c44 (patch) | |
| tree | d0148f62d4a4982e2aba34bdfef82cd8f86b617a /roundcubemail/program/include | |
| parent | c4185d03cfb5c4e9df4c004b2c13a9b3c3196eac (diff) | |
- #1485809: use local copy of jQuery lib (1.3.2)
git-svn-id: https://svn.roundcube.net/trunk@2402 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -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 557509a14..b18f27c54 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('http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js'); + $this->include_script('jquery.js'); $this->include_script('common.js'); $this->include_script('app.js'); |
