Widget:CJP3: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 35: | Line 35: | ||
md5 = CryptoJS.MD5(pillName[0]); | md5 = CryptoJS.MD5(pillName[0]); | ||
alert(md5) | alert(md5) | ||
imageDirect = 'http://static.wikidoc.org/' + md5.substring(0) + '/' + md5. | imageDirect = 'http://static.wikidoc.org/' + md5.substring(0) + '/' + md5.substring(0,1) + '/' + pillName; | ||
//Find a <table> element with id="resultsTable-body": | //Find a <table> element with id="resultsTable-body": |