Fixes error thrown by UglifyJS

This commit is contained in:
Birger J. Nordølum 2018-06-17 23:07:26 +02:00
parent 9fbc8dc1f9
commit 7142f755f5
No known key found for this signature in database
GPG key ID: 1E2DC712B50089CC

View file

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