Changeset 5631
- Timestamp:
- 03/05/12 17:25:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/js/shortcut.js
r5524 r5631 329 329 search_in_focus = true; 330 330 331 if ( !search_in_focus )331 if ( !search_in_focus && currentTab == 0 ) 332 332 select_msg('null', 'up'); 333 333 else … … 345 345 search_in_focus = true; 346 346 347 if ( !search_in_focus )347 if ( !search_in_focus && currentTab == 0 ) 348 348 select_msg('null', 'down'); 349 349 else … … 378 378 { 379 379 shortcut.add("Up",function(){ 380 if (currentTab == 0) 380 381 select_msg('null', 'up'); 381 382 },{'disable_in_input':false}); 382 383 383 384 shortcut.add("Down",function(){ 385 if (currentTab == 0) 384 386 select_msg('null', 'down'); 385 387
Note: See TracChangeset
for help on using the changeset viewer.