From fb1203c07fc6e8bf5504049522fb63f5408d218c Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 29 Apr 2014 13:21:19 -0400
Subject: [PATCH] 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".

---
 CHANGELOG |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index b032658..7e33e8a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -32,6 +32,7 @@
 - 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
 -------------

--
Gitblit v1.9.1