Browse Source

Fixes error thrown by UglifyJS

pull/216/head
Birger J. Nordølum 7 years ago
parent
commit
7142f755f5
No known key found for this signature in database GPG Key ID: 1E2DC712B50089CC
  1. 2
      resources/assets/js/app.js

2
resources/assets/js/app.js

@ -131,7 +131,7 @@ $.when( $.ready ).then(function() {
data[config] = $(this).val(); data[config] = $(this).val();
}); });
$.post('/test_config', { data }, function(data) { $.post('/test_config', { data: data }, function(data) {
alert(data); alert(data);
}); });

Loading…
Cancel
Save