Changeset 59c404d in github
- Timestamp:
- Apr 7, 2012 2:42:05 PM (14 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 84b028c
- Parents:
- c73efcc
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/main.inc (modified) (1 diff)
-
program/js/editor.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rff2d88a r59c404d 2 2 =========================== 3 3 4 - Fix invisible cursor when replying to a html message (#1487073) 5 - Reset IP stored in session when destroying session data (#1488056) 4 6 - Fix bug where memory_limit = -1 wasn't handled properly 5 7 - Support LDAP RFC2256's country object class read/write (#1488123) -
program/include/main.inc
r8e8ae79 r59c404d 1378 1378 'spellcheck' => intval($RCMAIL->config->get('enable_spellcheck')), 1379 1379 'spelldict' => intval($RCMAIL->config->get('spellcheck_dictionary')), 1380 ))), ' foot');1380 ))), 'docready'); 1381 1381 } 1382 1382 -
program/js/editor.js
r4be86f3 r59c404d 108 108 node.tabIndex = textarea.tabIndex; 109 109 if (focus) 110 editor.get Win().focus();110 editor.getBody().focus(); 111 111 } 112 112 }
Note: See TracChangeset
for help on using the changeset viewer.
