diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-01-26 11:11:06 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-01-26 11:11:06 +0000 |
| commit | a44b797dc61aa12bd645c98cf4fbeeb5bc486a7f (patch) | |
| tree | 58f649f01f6f742ecb42e6146d23b505e79fc111 /roundcubemail/program/include | |
| parent | 6da651dd94a9558a9d92e765ce54bf15eee1a0d0 (diff) | |
- jQuery-1.4.1
git-svn-id: https://svn.roundcube.net/trunk@3226 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 fe0d747bb..c583f740e 100755 --- a/roundcubemail/program/include/rcube_template.php +++ b/roundcubemail/program/include/rcube_template.php @@ -73,7 +73,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-1.3.min.js'); + $this->include_script('jquery-1.4.min.js'); $this->include_script('common.js'); $this->include_script('app.js'); |
