This commit is contained in:
Kode
2018-10-28 10:59:59 +00:00
parent d1956c4e88
commit 4351f55225
11 changed files with 59 additions and 27 deletions

2
public/js/app.js vendored
View File

@@ -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();
});