1
0
Fork 0
This commit is contained in:
Heiko Kernbach 2012-05-15 11:03:43 +02:00
parent ba4d992de1
commit cb7b13ab19
1 changed files with 1 additions and 1 deletions

View File

@ -1325,7 +1325,7 @@ var logTable = $('#logTableID').dataTable({
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: "/_api/collection", url: "/_api/collection",
data: '{"name":"' + collName + '", "waitForSync":' + JSON.parse(wfscheck) + '," isSystem":' + JSON.parse(systemcheck)+'}', data: '{"name":"' + collName + '", "waitForSync":' + JSON.parse(wfscheck) + ',"isSystem":' + JSON.parse(systemcheck)+'}',
contentType: "application/json", contentType: "application/json",
processData: false, processData: false,
success: function(data) { success: function(data) {