Widget:CJP4: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
var queryIngred = ""; | var queryIngred = ""; | ||
alert(document.getElementById('#selectedShape').value); | |||
if (document.getElementById('#selectedShape'). | if (document.getElementById('#selectedShape').value != false) | ||
{ | { | ||
queryShape ="[[Pill%20Shape::" +document.getElementById('#selectedShape').value+ "]]" | queryShape ="[[Pill%20Shape::" +document.getElementById('#selectedShape').value+ "]]" | ||
Line 34: | Line 34: | ||
return queryShape; | return queryShape; | ||
}; | }; | ||
function runQuery() { | function runQuery() { |