summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-07-30 04:19:02 -0400
committerAleksander Machniak <alec@alec.pl>2014-07-30 04:19:02 -0400
commit31b02362653e6399ef63a2342dc0e777c173c33b (patch)
tree0782df223b37e4e2a5b019da2394fa969dded48f /program/js
parente1567419411fbd56a3f3ac5f0a805b1e345fa0cc (diff)
Fixed variable name
Diffstat (limited to 'program/js')
-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 b4e11b9d8..490234b4a 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -6423,7 +6423,7 @@ function rcube_webmail()
if (typeof content == 'object')
popup.append(content);
else
- popup.html(html);
+ popup.html(content);
popup.dialog($.extend({
title: title,