Fixes error thrown by UglifyJS
This commit is contained in:
parent
9fbc8dc1f9
commit
7142f755f5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue