b30d2369 by Jeff Balicki

com

1 parent f96ea18a
1 var pluginUrl = window.location.protocol + '//' + window.location.host + '/commonwell'; 1 //var pluginUrl = window.location.protocol + '//' + window.location.host + '/commonwell';
2 var pdf_customizer = "http://localhost:8888/pdf-customizer/public"; 2 //var pdf_customizer = "http://localhost:8888/pdf-customizer/public";
3 3
4 4
5 //var pluginUrl = window.location.protocol + '//' + window.location.host; 5 var pluginUrl = window.location.protocol + '//' + window.location.host;
6 //var pdf_customizer = "https://pdf-customizer.synapsus.co"; 6 var pdf_customizer = "https://pdf-customizer.synapsus.co";
7 7
8 8
9 var imageHeight = ""; 9 var imageHeight = "";
......