Support of formatted case log edition (with inline images) in the legacy portal.

SVN:trunk[4225]
This commit is contained in:
Denis Flaven
2016-06-17 09:41:59 +00:00
parent 636cd646aa
commit feebe3f9a9
3 changed files with 20 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ try
});
//$('.resizable').resizable(); // Make resizable everything that claims to be resizable !
$('.caselog_header').click( function () { $(this).toggleClass('open').next('.caselog_entry').toggle(); });
$('.caselog_header').click( function () { $(this).toggleClass('open').next('.caselog_entry_html').toggle(); });
$(document).ajaxSend(function(event, jqxhr, options) {
jqxhr.setRequestHeader('X-Combodo-Ajax', 'true');