diff options
author | alecpl <alec@alec.pl> | 2009-09-23 12:32:09 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-09-23 12:32:09 +0000 |
commit | 1cead0cbf40468233f1f644ee6bf11835c74737a (patch) | |
tree | d62d415cd7daf6abdc00a320f429826bd563d706 /program/js/app.js | |
parent | ddc891db460ddabef3194f57177b4f9fb182210e (diff) |
- sorting by message index - added 'index_sort' option (#1485936)
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 66ba75c47..d6fff123b 100644 --- a/program/js/app.js +++ b/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; } |