- #1485809: use local copy of jQuery lib (1.3.2)

release-0.6
alecpl 15 years ago
parent cc97ea0559
commit fa1a15c01e

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

4376
program/js/jquery.js vendored

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