f
Showing
1 changed file
with
3 additions
and
5 deletions
| 1 | 1 | ||
| 2 | 2 | ||
| 3 | 3 | // var pluginUrl = "http://localhost:8888/Forms"; | |
| 4 | 4 | // var pdf_customizer = "http://localhost:8888/pdf-customizer/public"; | |
| 5 | // var pluginUrl = "http://localhost:8888/Forms/"; | ||
| 6 | // var pdf_customizer = "http://localhost:8888/pdf-customizer/public/"; | ||
| 7 | 5 | ||
| 8 | var pluginUrl = "http://contact.gotenzing.com"; | 6 | var pluginUrl = "http://contact.gotenzing.com"; |
| 9 | var pdf_customizer = "http://pdf-customizer.synapsus.co"; | 7 | var pdf_customizer = "http://pdf-customizer.synapsus.co"; |
| ... | @@ -265,7 +263,7 @@ | ... | @@ -265,7 +263,7 @@ |
| 265 | 263 | ||
| 266 | 264 | ||
| 267 | 265 | ||
| 268 | jsonReturn += '{"label":"' + json[i].label + '", "locationUp":"' + json[i].locationUp + '", "locationRight":"' + json[i].locationRight + '","width":"' + json[i].width + '","height":"' + json[i].height + '", "pages":"' + json[i].pages + '", "content":' + content + ', "z-index":null, "idstylesPDF":"' + json[i].idstylesPDF + '", "style":' + style + ', "order":"' + json[i].order + '", "idchange_typePDF":"' + json[i].idchange_typePDF + '", "change_type":"' + json[i].change_type + '", "fileLocation":"' + pluginUrl + '/wp-content/uploads/"}'; | 266 | jsonReturn += '{"label":"' + json[i].label + '", "locationUp":"' + json[i].locationUp + '", "locationRight":"' + json[i].locationRight + '","width":"' + json[i].width + '","height":"' + json[i].height + '", "pages":"' + json[i].pages + '", "content":' + content + ', "z-index":null, "idstylesPDF":"' + json[i].idstylesPDF + '", "style":' + style + ', "order":"' + json[i].order + '", "idchange_typePDF":"' + json[i].idchange_typePDF + '", "change_type":"' + json[i].change_type + '", "fileLocation":"' + pluginUrl + '/wp-content/plugins/pdf-customizer-plugin/admin/images"}'; |
| 269 | 267 | ||
| 270 | 268 | ||
| 271 | if (i < json.length - 1) { | 269 | if (i < json.length - 1) { | ... | ... |
-
Please register or sign in to post a comment