FIX: incorrect variable name

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

View File

@ -2329,7 +2329,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){