Birger J. Nordølum
7 years ago
No known key found for this signature in database
GPG Key ID: 1E2DC712B50089CC
1 changed files with
1 additions and
1 deletions
-
resources/assets/js/app.js
|
|
@ -131,7 +131,7 @@ $.when( $.ready ).then(function() { |
|
|
|
data[config] = $(this).val(); |
|
|
|
}); |
|
|
|
|
|
|
|
$.post('/test_config', { data }, function(data) { |
|
|
|
$.post('/test_config', { data: data }, function(data) { |
|
|
|
alert(data); |
|
|
|
}); |
|
|
|
|
|
|
|