de139cff by Jeff Balicki

loading

1 parent 16d2f67a
...@@ -238,7 +238,7 @@ function changePdfOptions(json) { ...@@ -238,7 +238,7 @@ function changePdfOptions(json) {
238 strVar2 += ' <div class="callout primary"><div class="row column"><h1 class="pdfeditortitle">CUBOS COLLATERAL MATERIAL</h1>'; 238 strVar2 += ' <div class="callout primary"><div class="row column"><h1 class="pdfeditortitle">CUBOS COLLATERAL MATERIAL</h1>';
239 strVar2 += ''; 239 strVar2 += '';
240 strVar2 += ' </div></div><div id="wrapper" class="black small-up-2 medium-up-3 large-up-3">'; 240 strVar2 += ' </div></div><div id="wrapper" class="black small-up-2 medium-up-3 large-up-3">';
241 strVar2 += pdflist + '<div id="changesColumn" class="column" >' + pdfChange + '<div id="tezingLogo"></div></div><div id="pdfFooter"></div></div>'; 241 strVar2 += pdflist + '<div id="changesColumn" class="column" >' + pdfChange + '<div class="loading" style="opacity: 1; display: none;">&nbsp;</div><div id="tezingLogo"></div></div><div id="pdfFooter"></div></div>';
242 242
243 document.getElementById('contentArea').innerHTML = strVar2; 243 document.getElementById('contentArea').innerHTML = strVar2;
244 document.getElementById('google_drive').innerHTML = " "; 244 document.getElementById('google_drive').innerHTML = " ";
...@@ -324,6 +324,7 @@ function changePdfOptions(json) { ...@@ -324,6 +324,7 @@ function changePdfOptions(json) {
324 if (el.id) 324 if (el.id)
325 document.getElementById(el.id).value = el.getContent(); 325 document.getElementById(el.id).value = el.getContent();
326 $('#changes').hide(); 326 $('#changes').hide();
327 $('.loading').show();
327 tinymce.get(el.id).remove(); 328 tinymce.get(el.id).remove();
328 }); 329 });
329 330
......