b825a4df by Jeff Balicki

fixed url

1 parent 80d33c68
1 var pluginUrl = window.location.protocol+'//'+window.location.host+'/commonwell'; 1 var pluginUrl = window.location.protocol+'//'+window.location.host;
2 var pdf_customizer = "http://localhost:8888/pdf-customizer/public"; 2 var pdf_customizer = "https://pdf-customizer.synapsus.co";
3
3 4
4 //var pluginUrl = "http://contact.gotenzing.com"; 5 //var pluginUrl = "http://contact.gotenzing.com";
5 //var pdf_customizer = "http://pdf-customizer.synapsus.co"; 6 //var pdf_customizer = "http://pdf-customizer.synapsus.co";
......