baskaufs / Bioimages

metadata and code for http://bioimages.vanderbilt.edu/
Other
2 stars 4 forks source link

fix hyperlinking of static page images when there is no highres version available #15

Open baskaufs opened 8 years ago

baskaufs commented 8 years ago

The javascript that gets called to handle clicking on the large size images: http://bioimages.vanderbilt.edu/check-screen-size.js inserts an empty string as the hyperlink URL when there is no value for the highres SAP. This should be changed so that there is no hyperlink when there is no value for the highres SAP.

baskaufs commented 8 years ago

Also, the script at the bottom of the static page is lacking trailing semicolons in the value assignment statements.