Changeset 4292 in subversion
- Timestamp:
- Nov 30, 2010 3:13:44 PM (2 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/js/list.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r4290 r4292 5 5 - Fix attachments of type message/rfc822 are not listed on attachments list 6 6 - Add 'login_lc' config option for case-insensitive authentication (#1487113) 7 - Fix window is blur'ed in IE when selecting a message (#1487316) 7 8 8 9 RELEASE 0.5-BETA -
trunk/roundcubemail/program/js/list.js
r4224 r4292 224 224 225 225 // Un-focus already focused elements 226 $('*:focus' ).blur();226 $('*:focus', window).blur(); 227 227 228 228 if (e || (e = window.event))
Note: See TracChangeset
for help on using the changeset viewer.
