Marthee commited on
Commit
4711eb5
·
1 Parent(s): 5ebeaad

Update templates/wordSearch.html

Browse files
Files changed (1) hide show
  1. templates/wordSearch.html +1 -1
templates/wordSearch.html CHANGED
@@ -577,7 +577,7 @@ function ComputeOutput(pathtoFunc){
577
  {
578
  data= JSON.stringify({
579
  keyword : document.getElementById('keywordinputID').value,
580
- ProjectName : projectname
581
  })
582
  }
583
 
 
577
  {
578
  data= JSON.stringify({
579
  keyword : document.getElementById('keywordinputID').value,
580
+ ProjectName :document.getElementsByClassName("selectionsProj")[0].value
581
  })
582
  }
583