Zeile 151 | Zeile 151 |
---|
{ this.testNode.innerHTML = this.cache; this.element = $(this.currentElement);
|
{ this.testNode.innerHTML = this.cache; this.element = $(this.currentElement);
|
this.element.innerHTML = newValue;
| this.element.innerHTML = MyBB.HTMLchars(newValue);
|
this.element.onmousedown = this.onMouseDown.bindAsEventListener(this); this.lastElement = this.currentElement; postData = "value="+encodeURIComponent(newValue);
| this.element.onmousedown = this.onMouseDown.bindAsEventListener(this); this.lastElement = this.currentElement; postData = "value="+encodeURIComponent(newValue);
|
Zeile 195 | Zeile 195 |
---|
if(!message[1]) { message[1] = "An unknown error occurred.";
|
if(!message[1]) { message[1] = "An unknown error occurred.";
|
| } if(this.spinnerImage) { this.hideSpinner();
|
} alert('There was an error performing the update.\n\n'+message[1]); }
| } alert('There was an error performing the update.\n\n'+message[1]); }
|