diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-07-30 04:19:02 -0400 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-07-30 04:19:02 -0400 |
commit | 31b02362653e6399ef63a2342dc0e777c173c33b (patch) | |
tree | 0782df223b37e4e2a5b019da2394fa969dded48f /program/js/app.js | |
parent | e1567419411fbd56a3f3ac5f0a805b1e345fa0cc (diff) |
Fixed variable name
Diffstat (limited to 'program/js/app.js')
-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 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, |