35c355c8 by Jeff Balicki

f

1 parent e274e202
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/"; 5
6 // var pdf_customizer = "http://localhost:8888/pdf-customizer/public/"; 6 var pluginUrl = "http://contact.gotenzing.com";
7 7 var pdf_customizer = "http://pdf-customizer.synapsus.co";
8 var pluginUrl = "http://contact.gotenzing.com";
9 var pdf_customizer = "http://pdf-customizer.synapsus.co";
10 8
11 9
12 function getAuth() { 10 function getAuth() {
...@@ -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) {
......