j
Showing
1 changed file
with
4 additions
and
4 deletions
| 1 | // var pluginUrl = "http://localhost:8888/Forms"; | 1 | //var pluginUrl = "http://localhost:8888/Forms"; |
| 2 | // var pdf_customizer = "http://localhost:8888/pdf-customizer/public"; | 2 | //var pdf_customizer = "http://localhost:8888/pdf-customizer/public"; |
| 3 | 3 | ||
| 4 | var pluginUrl = "http://contact.gotenzing.com"; | 4 | var pluginUrl = "http://contact.gotenzing.com"; |
| 5 | var pdf_customizer = "http://pdf-customizer.synapsus.co"; | 5 | var pdf_customizer = "http://pdf-customizer.synapsus.co"; |
| ... | @@ -251,7 +251,7 @@ | ... | @@ -251,7 +251,7 @@ |
| 251 | document.getElementById('google_drive').innerHTML = " "; | 251 | document.getElementById('google_drive').innerHTML = " "; |
| 252 | 252 | ||
| 253 | 253 | ||
| 254 | console.log($("#pdfPreview").height() ,$("#changes").height()); | 254 | if($(window).width() > 700){ |
| 255 | 255 | ||
| 256 | if($("#pdfPreview").height() > $("#changes").height()){ | 256 | if($("#pdfPreview").height() > $("#changes").height()){ |
| 257 | $('#changesColumn').css('position' ,'relative'); | 257 | $('#changesColumn').css('position' ,'relative'); |
| ... | @@ -331,7 +331,7 @@ $(window).resize(function () { | ... | @@ -331,7 +331,7 @@ $(window).resize(function () { |
| 331 | } | 331 | } |
| 332 | 332 | ||
| 333 | 333 | ||
| 334 | 334 | } | |
| 335 | 335 | ||
| 336 | 336 | ||
| 337 | 337 | ... | ... |
-
Please register or sign in to post a comment