summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-23 12:32:09 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-23 12:32:09 +0000
commit70575a8c248ab1d3a66950ba544cf0f6fe01f610 (patch)
tree3556d4df36d62ececd07d568ef2b05d3962bd0b8 /roundcubemail/program/js
parent309ad6ba484dff0737c8155127c459090cc096bf (diff)
- sorting by message index - added 'index_sort' option (#1485936)
git-svn-id: https://svn.roundcube.net/trunk@2983 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
-rw-r--r--roundcubemail/program/js/app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index 66ba75c47..d6fff123b 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -3018,7 +3018,6 @@ function rcube_webmail()
add_url = '&_framed=1';
target = window.frames[this.env.contentframe];
}
-
target.location.href = this.env.comm_path+'&_action=edit-prefs&_section='+id+add_url;
}