Widget:CJP4: Difference between revisions

Jump to navigation Jump to search
Christopher Popma (talk | contribs)
No edit summary
Christopher Popma (talk | contribs)
No edit summary
Line 26: Line 26:
var queryIngred = "";
var queryIngred = "";
alert(document.getElementById('#selectedShape').value);
if (document.getElementById('#selectedShape').length != false)
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() {

Revision as of 21:58, 10 June 2014