Widget:PillIdentifier: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 182: | Line 182: | ||
linkName = String(drugNameShort).split(' ').join('_') | linkName = String(drugNameShort).split(' ').join('_') | ||
//String together appropiate text to create the link | //String together appropiate text to create the link | ||
drugNameLink = 'http://www.wikidoc.org/index.php/'+linkName | drugNameLink = 'http://www.wikidoc.org/index.php/'+linkName | ||
///////////////////////////////////////////////////////////////////////// | ///////////////////////////////////////////////////////////////////////// |