summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-07-31 17:05:26 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-07-31 17:05:26 +0000
commita29a41c7b0fe6b294ed2908532a4b89062809513 (patch)
treef742e4fb999d19ddf53ad7c0c3163f9097ccb6ec /roundcubemail/program
parent25b0dcea65f59b72175daaa414142a6be7dd51fc (diff)
Fix parse error in IE6
git-svn-id: https://svn.roundcube.net/trunk@4994 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index a9ed9adbe..aa4fca3cb 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/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
};
}