Archived
1
0
This commit is contained in:
Jeff Becker 2017-11-02 08:39:59 -04:00
parent 6d0ff936ce
commit 75670aa1b7
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -48,7 +48,7 @@ function get_board_target() {
}
function get_mod_board_target() {
var e = document.getElementById("nntpchan_mod_board_target");
var e = document.getElementById("nntpchan_mod_group_target");
return e.value || null;
}