d
Showing
1 changed file
with
5 additions
and
6 deletions
| 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 | ... | ... |
-
Please register or sign in to post a comment