mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-19 14:52:36 +09:00
updates
This commit is contained in:
2
public/js/app.js
vendored
2
public/js/app.js
vendored
@@ -135,7 +135,7 @@ $.when( $.ready ).then(function() {
|
||||
|
||||
var data = {};
|
||||
data['url'] = apiurl;
|
||||
$('input.config-item').each(function(index){
|
||||
$('.config-item').each(function(index){
|
||||
var config = $(this).data('config');
|
||||
data[config] = $(this).val();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user