emory-libraries / aspace

0 stars 0 forks source link

Add jquery to the root of the ASpace application. #93

Closed erussey closed 1 year ago

erussey commented 1 year ago

Locally, the jquery that identifies whether the browser is chrome or safari is working correctly. When we deployed the label plugin, we found that those classes weren't populating as expected. The element classes help browser specific styling and would be helpful with the labels appearing as desired.

Since jquery isn't installed in the base archivesspace application and the labels plugin expects it to be there, it's necessary to add it to the frontend's assets.

bwatson78 commented 1 year ago

Created Adds raw jQuery code into assets.

erussey commented 1 year ago

I assume this is ready to go. I have no way to test it. :)