47c23cc7 by Jeff Balicki

j

1 parent 84ba187e
// var pluginUrl = "http://localhost:8888/Forms";
// var pdf_customizer = "http://localhost:8888/pdf-customizer/public";
//var pluginUrl = "http://localhost:8888/Forms";
//var pdf_customizer = "http://localhost:8888/pdf-customizer/public";
var pluginUrl = "http://contact.gotenzing.com";
var pdf_customizer = "http://pdf-customizer.synapsus.co";
......@@ -251,7 +251,7 @@
document.getElementById('google_drive').innerHTML = " ";
console.log($("#pdfPreview").height() ,$("#changes").height());
if($(window).width() > 700){
if($("#pdfPreview").height() > $("#changes").height()){
$('#changesColumn').css('position' ,'relative');
......@@ -331,7 +331,7 @@ $(window).resize(function () {
}
}
......