diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-29 19:21:19 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-29 19:24:28 +0200 |
commit | 50fee948fd6dda6774c3e95469023d15add0d9ea (patch) | |
tree | 94644a97c8bb0a77eb23adea6d114261dcbfd0cd /CHANGELOG | |
parent | 08953a46d95e0165f0bccf9391254ca03195e0ec (diff) |
Fix redundant warning when switching from html to text in empty editor (#1489819)
We also skip ajax request in such a case. We assume "empty" here means "with no text excluding whitespace".
Conflicts:
program/js/app.js
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ CHANGELOG Roundcube Webmail - Fix identities_level=4 handling in new_user_dialog plugin (#1489840) - Fix various db_prefix issues (#1489839) - Fix too small length of users.preferences column data type on MySQL +- Fix redundant warning when switching from html to text in empty editor (#1489819) RELEASE 1.0.0 ------------- |