Skip to content

Commit

Permalink
Item12000: wysiwyg_edit needs to be literally '1' to convert from html?
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/Html5EditContrib@16314 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Dec 30, 2012
1 parent a645ed6 commit 9875531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Contrib/Html5EditContrib/Hallojs.pm
Expand Up @@ -71,7 +71,7 @@ jQuery(function(){
}).bind('hallodeactivated', function(event, data){
var item = jQuery(this).data('hallo');
if (item.isModified()) {
foswiki.post('save', { text: this.innerHTML, wysiwyg_edit: 'go', web: foswiki.getPreference('WEB'), topic: foswiki.getPreference('TOPIC') });
foswiki.post('save', { text: this.innerHTML, wysiwyg_edit: '1', web: foswiki.getPreference('WEB'), topic: foswiki.getPreference('TOPIC') });
}
}).bind('halloactivated', function(event, data){
});
Expand Down

0 comments on commit 9875531

Please sign in to comment.