From 8bd59c332782eea8b3de4ca5c22942e62100140f Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 05 Jun 2014 07:25:01 -0400
Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail
---
program/js/app.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/program/js/app.js b/program/js/app.js
index d12dd81..6d66aa2 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3595,6 +3595,11 @@
$(e.target).filter('select').val(props.html ? 'plain' : 'html');
}
+ if (result) {
+ // update internal format flag
+ $("input[name='_is_html']").val(props.html ? 1 : 0);
+ }
+
return result;
};
--
Gitblit v1.9.1