m2ms / fragalysis-frontend

The React, Redux frontend built by webpack
Other
1 stars 1 forks source link

2D images on RHS are broken - syntax of requests needs change (replace + with %2B) #388

Open reskyner opened 4 years ago

reskyner commented 4 years ago

we need to replace + with %2B when we make a request to /viewer/img_from_smiles/ when we are trying to get the images, otherwise they are interpreted as blank spaces.

We should check for this mistake with any other symbols, too.

phraenquex commented 4 years ago

Was this the bug that made the 2D images not show up inthe RHS? In that case, it's definitely fixed. (I updated the title, for future reference.)