Marthee commited on
Commit
748364d
·
verified ·
1 Parent(s): 8cdb841

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +2 -2
templates/proposed-GUI.html CHANGED
@@ -1000,7 +1000,7 @@ var ratioPunit=1;
1000
  .success (function(data){
1001
 
1002
  document.getElementById("all").style.display = "none";
1003
- if (sections.value.startsWith(3.2)){
1004
  document.getElementById('dxfdiv').removeAttribute('hidden');
1005
  document.getElementById('pdftodxfFile').setAttribute('required',true)
1006
  }
@@ -3005,7 +3005,7 @@ function refreshAPIbuutton(dataa){
3005
  opt=document.createElement("option");
3006
  opt.textContent=dataa[2][d];
3007
  opt.text=dataa[2][d];
3008
- if(!(dataa[2][d].startsWith('1.0') ) &&(data[i].startsWith('3.2') ))//||data[i].startsWith('2.2')))
3009
  {
3010
  opt.style.color='#bdbcbc';
3011
  opt.style.cursor='not-allowed';
 
1000
  .success (function(data){
1001
 
1002
  document.getElementById("all").style.display = "none";
1003
+ if (sections.value.startsWith('3.2')){
1004
  document.getElementById('dxfdiv').removeAttribute('hidden');
1005
  document.getElementById('pdftodxfFile').setAttribute('required',true)
1006
  }
 
3005
  opt=document.createElement("option");
3006
  opt.textContent=dataa[2][d];
3007
  opt.text=dataa[2][d];
3008
+ if(!(dataa[2][d].startsWith('1.0') ) || (data[i].startsWith('3.2') ))//||data[i].startsWith('2.2')))
3009
  {
3010
  opt.style.color='#bdbcbc';
3011
  opt.style.cursor='not-allowed';