Widget:CJP3: Difference between revisions

Jump to navigation Jump to search
Christopher Popma (talk | contribs)
No edit summary
Christopher Popma (talk | contribs)
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]);
                                         alert(md5.charAt(0))
                                         alert(md5[0].charAt(0))
imageDirect = 'http://static.wikidoc.org/' + md5.charAt(0) + '/' + md5.charAt(0) + md5.charAt(1) + '/' + pillName
imageDirect = 'http://static.wikidoc.org/' + md5.charAt(0) + '/' + md5.charAt(0) + md5.charAt(1) + '/' + pillName

Revision as of 22:37, 3 June 2014