From 3db528bd5c0cb00fb802e59808a76ff3bf36c826 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 20 Apr 2009 06:15:31 -0400 Subject: [PATCH] Use compressed version of jQuery.js --- program/include/rcube_template.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/rcube_template.php b/program/include/rcube_template.php index b18f27c..5de7738 100755 --- a/program/include/rcube_template.php +++ b/program/include/rcube_template.php @@ -71,7 +71,7 @@ $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'); -- Gitblit v1.9.1