forked from leftypol/leftypol
Removed $config[force_body]. Made threads without text possible.
This commit is contained in:
parent
cabf49f076
commit
4ef2caecc1
4 changed files with 17 additions and 12 deletions
2
main.js
2
main.js
|
@ -50,7 +50,7 @@ function dopost(form) {
|
|||
saved[document.location] = form.body.value;
|
||||
sessionStorage.body = JSON.stringify(saved);
|
||||
|
||||
return form.body.value != "" || (typeof form.thread != "undefined" && form.file.value != "");
|
||||
return form.body.value != "" || form.file.value != "";
|
||||
}
|
||||
function citeReply(id) {
|
||||
body = document.getElementById('body');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue