mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Remove unnecessary argument
This commit is contained in:
parent
076dc94292
commit
4356f5c72a
1 changed files with 1 additions and 1 deletions
|
@ -2679,7 +2679,7 @@ $(document).ready(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Load PMS downloads
|
// Load PMS downloads
|
||||||
function loadUpdateDistros(distro_build) {
|
function loadUpdateDistros() {
|
||||||
var update_params_ajax = $.getJSON('get_server_update_params', function (data) { return data; });
|
var update_params_ajax = $.getJSON('get_server_update_params', function (data) { return data; });
|
||||||
|
|
||||||
$.when(update_params_ajax).done(function() {
|
$.when(update_params_ajax).done(function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue