mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-01 20:34:46 +02:00
fix typo
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user