fix typo
This commit is contained in:
parent
5a7eabc0d0
commit
c8563f5fb4
@ -82,7 +82,7 @@ onready(function() {
|
|||||||
e.remove();
|
e.remove();
|
||||||
e = document.createElement("button");
|
e = document.createElement("button");
|
||||||
parent.appendChild(e);
|
parent.appendChild(e);
|
||||||
e.innertHTML = origText;
|
e.innerHTML = origText;
|
||||||
e.onclick = function() {
|
e.onclick = function() {
|
||||||
e.disabled = true;
|
e.disabled = true;
|
||||||
e.innerHTML = "posting ";
|
e.innerHTML = "posting ";
|
||||||
|
Reference in New Issue
Block a user