CIIR / Proteus

Million Book Project
8 stars 5 forks source link

Book identifiers with dots in them need to be double escaped #99

Closed mzarozinski closed 8 years ago

mzarozinski commented 8 years ago

we use the book ID lots of places to do JQuery stuff. Some books have dots in the ID and need to be double escaped (or some other scheme). Ex:

$("#aey9923.0001.001.umich.edu") []

$("#aey9923.0001.001.umich.edu") [<div class=​"result book-result" id=​"aey9923.0001.001.umich.edu">​…​

​]

mzarozinski commented 8 years ago

I believe this has been handled in all known instances.