Widget:CJP4: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 285: Line 285:


function imageCheck(url){
function imageCheck(url){
if (UrlExists(url) {return url}
if (UrlExists(url)) {return url}
else {return "http://static.wikidoc.org/0/0e/No_image.jpg"}
else {return "http://static.wikidoc.org/0/0e/No_image.jpg"}
};
};

Revision as of 20:19, 8 July 2014