summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-05-14 10:30:12 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-05-14 10:30:12 +0000
commit33fd8e607044710348f38ad6fa2abc020ae60b42 (patch)
treed60c434a2afc355878c46fc78e37958ece617ae0 /roundcubemail/program
parent4d6d0b05bf02a170f23045dae8653dd536c953f8 (diff)
- Fix: reset select_all_mode on select-none action
git-svn-id: https://svn.roundcube.net/trunk@3617 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index 77d1a3642..36b258cce 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -734,6 +734,7 @@ function rcube_webmail()
break;
case 'select-none':
+ this.select_all_mode = false;
this.message_list.clear_selection();
break;