summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-13 10:55:32 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-13 10:55:32 +0000
commitbcb7cca34758b2f33957d02a0e9649bbb1ed7f58 (patch)
tree5e7d44e8a865a4430f87a0d7b0a4ac792ff2a156 /roundcubemail/program/include
parent32ebf533a2f82571c029a908c5fee27f4febf21d (diff)
- jQuery-1.6.1 (#1487913, #1487144)
git-svn-id: https://svn.roundcube.net/trunk@4758 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
-rwxr-xr-xroundcubemail/program/include/rcube_template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_template.php b/roundcubemail/program/include/rcube_template.php
index 1a62f3ca0..3131b39c2 100755
--- a/roundcubemail/program/include/rcube_template.php
+++ b/roundcubemail/program/include/rcube_template.php
@@ -80,7 +80,7 @@ class rcube_template extends rcube_html_page
$this->add_script(JS_OBJECT_NAME.'.init();', 'docready');
$this->scripts_path = 'program/js/';
- $this->include_script('jquery-1.5.min.js');
+ $this->include_script('jquery.min.js');
$this->include_script('common.js');
$this->include_script('app.js');