diff options
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 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, | 
