Bug #18450 » rtehtmlarea_bugfix_7867_2.patch
typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js (working copy) | ||
---|---|---|
bookmarkedText : bookmarkedText
|
||
};
|
||
this._undoQueue.length = this._undoPos + 1;
|
||
if (this._undoPos == 1) {
|
||
this.updateToolbar();
|
||
}
|
||
} else {
|
||
this._undoPos--;
|
||
}
|
- « Previous
- 1
- 2
- Next »