Changeset 79275b4 in github
- Timestamp:
- May 13, 2011 6:55:32 AM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- a208a4f
- Parents:
- 51001e5
- Files:
-
- 1 added
- 1 deleted
- 2 edited
-
CHANGELOG (modified) (2 diffs)
-
program/include/rcube_template.php (modified) (1 diff)
-
program/js/jquery-1.5.min.js (deleted)
-
program/js/jquery.min.js (added)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
re848180 r79275b4 2 2 =========================== 3 3 4 - jQuery-1.6.1 (#1487913, #1487144) 4 5 - Improve display name composition when saving contacts (#1487143) 5 6 - Fixed handling of folder with name "0" in folder selector … … 30 31 - Improved vcard import 31 32 - Interactive update script with improved DB schema check 32 - jQuery 1.5.233 33 - Fix problem with contactgroupmembers table creation on MySQL 4.x, add index on contact_id column 34 34 - Add LDAP SASL bind and proxy authentication (#1486692) -
program/include/rcube_template.php
rc739c71 r79275b4 81 81 82 82 $this->scripts_path = 'program/js/'; 83 $this->include_script('jquery -1.5.min.js');83 $this->include_script('jquery.min.js'); 84 84 $this->include_script('common.js'); 85 85 $this->include_script('app.js');
Note: See TracChangeset
for help on using the changeset viewer.
