Archived
1
0
This commit is contained in:
Jeff Becker 2018-10-26 07:32:17 -04:00
parent 5c09be1a6d
commit f1adf381ce
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -9,7 +9,7 @@ var ready = function() {
for(var idx = 0; idx < _onreadyfuncs.length; idx++) _onreadyfuncs[idx]();
};
var nntpchan_mod_delete = function(lonhash) {
var nntpchan_mod_delete = function(longhash) {
var elem = document.getElementById(longhash);
var ajax = new XMLHttpRequest();
ajax.onreadystatechange = function() {