remove POW for annoncements
This commit is contained in:
parent
1c6893e297
commit
7db8193bf6
6 changed files with 67 additions and 97 deletions
|
@ -120,7 +120,6 @@ function appendMessages(msg, blockHash, beforeHash, channel) {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -228,7 +227,7 @@ newPostForm.onsubmit = function(){
|
|||
"token": webpass
|
||||
}
|
||||
})
|
||||
.then((resp) => resp.text()) // Transform the data into text
|
||||
.then((resp) => resp.text())
|
||||
.then(function(data) {
|
||||
newPostForm.style.display = 'block'
|
||||
if (data == 'failure due to duplicate insert'){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue