Widget:CJP4: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
if (document.getElementById('#selectedShape').value | if (document.getElementById('#selectedShape').value) | ||
{ | { | ||
queryShape = "" | queryShape = "" | ||
Line 36: | Line 36: | ||
} | } | ||
return queryShape; | return queryShape; | ||
}; | }; |