Removed $config[force_body]. Made threads without text possible.

This commit is contained in:
Savetheinternet 2011-09-15 20:32:49 +10:00
parent cabf49f076
commit 4ef2caecc1
4 changed files with 17 additions and 12 deletions

View file

@ -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');