Bug #19954 » rtehtmlarea_bugfix_10326_follow_up_trunk.patch
typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser/typo3html-parser.js (copie de travail) | ||
---|---|---|
// Could be a button or its hotkey
|
||
var buttonId = this.translateHotKey(id);
|
||
buttonId = buttonId ? buttonId : id;
|
||
this.clean(this.editor._doc.body);
|
||
this.clean();
|
||
return false;
|
||
},
|
||
|
- « Previous
- 1
- 2
- 3
- 4
- Next »