Changeset 6050 in subversion
- Timestamp:
- Apr 7, 2012 2:42:05 PM (14 months ago)
- Location:
- trunk/roundcubemail
- 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
-
trunk/roundcubemail/CHANGELOG
r6039 r6050 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) -
trunk/roundcubemail/program/include/main.inc
r6048 r6050 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 -
trunk/roundcubemail/program/js/editor.js
r5994 r6050 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.
