summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-07-31 17:05:26 +0000
committerthomascube <thomas@roundcube.net>2011-07-31 17:05:26 +0000
commite3acfad9a14c2f9a7b739af60931a61778b29782 (patch)
tree91746f9ec6700205e89bc90eef652d456c2978dc
parent94c0743cbac1e48dd243851f37172a29b6b93c6b (diff)
Fix parse error in IE6
-rw-r--r--program/js/app.js2
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
};
}