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