Commit 4cca5efb43047ed90262398b82a68f58ff4fa737

Fix wrong data structure in JS for publishing sweets
  
167167 $.ajax({
168168 type: 'POST',
169169 url: config.indexer + '/submit',
170 data: JSON.stringify(this.swts),
170 data: {'data': JSON.stringify(this.swts)},
171171 success: function() {
172172 $.ajax({
173173 type: 'POST',