Vergleich jscripts/inline_edit.js - 1.2.8 - 1.2.14
Zeile 151 | Zeile 151 |
---|---|
{ |
{ |
this.element.innerHTML = newValue; | this.element.innerHTML = MyBB.HTMLchars(newValue); |
this.element.onmousedown = this.onMouseDown.bindAsEventListener(this); | this.element.onmousedown = this.onMouseDown.bindAsEventListener(this); |