FIX: incorrect variable name

FIX: incorrect variable name (#2035) Thank you @ajslater!
This commit is contained in:
Barbeque Sauce 2020-02-21 21:00:57 -05:00 committed by GitHub
parent 05652beef1
commit cc5ce1972e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2322,7 +2322,7 @@
var imagechk = document.getElementById("tornabstatus"+torznab);
var name = document.getElementById("torznab_name"+torznab).value;
var host = document.getElementById("torznab_host"+torznab).value;
var apikey = document.getElementById("torznab_api"+torznab).value;
var apikey = document.getElementById("torznab_apikey"+torznab).value;
$.get("testtorznab",
{ name: name, host: host, ssl: ssl, apikey: apikey },
function(data){