Changeset 26973a1f in github


Ignore:
Timestamp:
Feb 16, 2008 1:31:19 PM (5 years ago)
Author:
till <till@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
45a470a
Parents:
342db9d
Message:
  • addapted patch from #1484777 (Thanks ulysses.almeida)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    rd24d208 r26973a1f  
    10921092  this.folder_mouse_up = function(id) 
    10931093    { 
     1094    // Hide message command buttons until a message is selected 
     1095    this.enable_command('reply', 'reply-all', 'forward', 'delete', 'mark', 'print', false); 
     1096 
    10941097    if (this.drag_active) 
    10951098      { 
     
    10981101      } 
    10991102 
    1100     // Hide message command buttons until a message is selected  
    1101     this.enable_command('reply', 'reply-all', 'forward', 'delete', 'mark', 'print', false);  
    1102     return false; 
    11031103    }; 
    11041104 
Note: See TracChangeset for help on using the changeset viewer.