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 27: Line 27:
if (document.getElementById('#selectedShape').value === "")
if (document.getElementById('#selectedShape').value)
{
{
queryShape = ""
queryShape = ""
Line 36: Line 36:
}
}
alert(selectedShape.value);
return queryShape;
return queryShape;
};
};

Revision as of 21:42, 10 June 2014