diff options
author | thomascube <thomas@roundcube.net> | 2011-07-31 17:05:26 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-07-31 17:05:26 +0000 |
commit | e3acfad9a14c2f9a7b739af60931a61778b29782 (patch) | |
tree | 91746f9ec6700205e89bc90eef652d456c2978dc /program | |
parent | 94c0743cbac1e48dd243851f37172a29b6b93c6b (diff) |
Fix parse error in IE6
Diffstat (limited to 'program')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index a9ed9adbe..aa4fca3cb 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -2882,7 +2882,7 @@ function rcube_webmail() if (this.env.autocomplete_threads > 0) { ac_props = { threads: this.env.autocomplete_threads, - sources: this.env.autocomplete_sources, + sources: this.env.autocomplete_sources }; } |