Use compressed version of jQuery.js

release-0.6
thomascube 15 years ago
parent 74a2d7a126
commit 3db528bd5c

@ -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');

File diff suppressed because one or more lines are too long

4376
program/js/jquery.js vendored

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save