Remove JSON test summary

This commit is contained in:
Peter Stuifzand 2020-05-31 00:55:55 +02:00
parent 725f1b8adb
commit dc5784c33e

View File

@ -17,7 +17,7 @@ function addSaver(editor, saveUrl, page, beforeSave) {
let data = {
'json': 1,
'p': page,
'summary': "JSON test",
'summary': "",
'content': JSON.stringify(outputData),
};
return axios.post(saveUrl, qs.encode(data))