mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
jQuery expects a string for the data, not a DOM element
Change-Id: I16b6f00952a2d9e38d631409b9bf3dd7ada644e7
This commit is contained in:
parent
89b2260bfc
commit
a2231cb6ca
|
@ -383,7 +383,7 @@
|
|||
'action': 've-parsoid',
|
||||
'paction': 'save',
|
||||
'page': mw.config.get( 'wgPageName' ),
|
||||
'html': html,
|
||||
'html': $(html).html(),
|
||||
'token': mw.user.tokens.get('editToken'),
|
||||
'summary': summary,
|
||||
'minor': minor,
|
||||
|
|
Loading…
Reference in a new issue