]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/TinyMCE/js/plugins/fullpage/editor_plugin_src.js
Update TinyMCE to release 3.3.8, jQuery version
[quix0rs-gnu-social.git] / plugins / TinyMCE / js / plugins / fullpage / editor_plugin_src.js
index b7d51d58e1d11840d78478b35f7db281289d6f21..a2c9df898708b3b160ee1582761c3c79e397aa24 100644 (file)
                _setContent : function(ed, o) {\r
                        var t = this, sp, ep, c = o.content, v, st = '';\r
 \r
+                       // Ignore raw updated if we already have a head, this will fix issues with undo/redo keeping the head/foot separate\r
+                       if (o.format == 'raw' && t.head)\r
+                               return;\r
+\r
                        if (o.source_view && ed.getParam('fullpage_hide_in_source_view'))\r
                                return;\r
 \r