Changeset 041f66e in github
- Timestamp:
- Feb 25, 2011 4:01:29 AM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- b649c49
- Parents:
- 3a5476d1
- Files:
-
- 1 added
- 1 deleted
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_template.php (modified) (1 diff)
-
program/js/jquery-1.4.min.js (deleted)
-
program/js/jquery-1.5.min.js (added)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r3a5476d1 r041f66e 2 2 =========================== 3 3 4 - jQuery 1.5.1 4 5 - Fix problem with contactgroupmembers table creation on MySQL 4.x, add index on contact_id column 5 6 - Add LDAP SASL bind and proxy authentication (#1486692) -
program/include/rcube_template.php
r07b95dc r041f66e 85 85 $this->add_script($javascript_foot, 'foot'); 86 86 $this->scripts_path = 'program/js/'; 87 $this->include_script('jquery-1. 4.min.js');87 $this->include_script('jquery-1.5.min.js'); 88 88 $this->include_script('common.js'); 89 89 $this->include_script('app.js');
Note: See TracChangeset
for help on using the changeset viewer.
