Archived
1
0
This commit is contained in:
Jeff Becker 2016-04-12 19:40:55 -04:00
parent 29b2db8198
commit 5530ae113e
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -218,6 +218,6 @@ function nntpchan_mod(mod_action, result_elem) {
}
}
}
csrf_ajax.open("");
csrf_ajax.open("GET", "");
csrf_ajax.send();
}