Archived
1
0
This commit is contained in:
jeff 2015-09-23 08:59:56 -04:00
parent b595024585
commit 40b7e0a88b

View File

@ -65,7 +65,7 @@ function nntpchan_admin(method, param) {
} else { } else {
return "nothing happened?"; return "nothing happened?";
} }
} },
method: ( param && "POST" ) || "GET" method: ( param && "POST" ) || "GET"
}) })
} }