diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-23 17:29:03 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-23 17:29:03 +0000 |
| commit | 953323d4d7b79e8b78387175f519e5458bce2b22 (patch) | |
| tree | ead75efde728720fc459970c3963fd9ae4c5d174 | |
| parent | 2894aa29f78cda9d7f64ddde3499dc0cbce94ebc (diff) | |
Set selected state on task buttons; increase display time of messages/notifications
git-svn-id: https://svn.roundcube.net/trunk@5470 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/js/app.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 1be200933..a93a476ed 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -37,7 +37,7 @@ function rcube_webmail() // webmail client settings this.dblclick_time = 500; - this.message_time = 2000; + this.message_time = 4000; this.identifier_expr = new RegExp('[^0-9a-z\-_]', 'gi'); @@ -5142,6 +5142,9 @@ function rcube_webmail() init_button(cmd, this.buttons[cmd][i]); } } + + // set active task button + this.set_button(this.task, 'sel'); }; // set button to a specific state |
