e274e202 by Jeff Balicki

d

1 parent faebe7c2
1 1
2 2
3 3
4 var host = 'no'; 4
5 if(host = 'local'){ 5 // var pluginUrl = "http://localhost:8888/Forms/";
6 var pluginUrl = "http://localhost:8888/Forms/"; 6 // var pdf_customizer = "http://localhost:8888/pdf-customizer/public/";
7 var pdf_customizer = "http://localhost:8888/pdf-customizer/public/"; 7
8 }else{
9 var pluginUrl = "http://contact.gotenzing.com"; 8 var pluginUrl = "http://contact.gotenzing.com";
10 var pdf_customizer = "http://pdf-customizer.synapsus.co"; 9 var pdf_customizer = "http://pdf-customizer.synapsus.co";
11 } 10
12 11
13 function getAuth() { 12 function getAuth() {
14 13
......