digitalutsc / islandora_web_annotations

An Islandora module that enables annotation on Islandora objects, following the W3C Web annotation model.
GNU General Public License v3.0
7 stars 5 forks source link

Addresses TypeError generated when user presses load annotation button when there are no annotations. #178

Closed MarcusBarnes closed 7 years ago

MarcusBarnes commented 7 years ago

In some cases a TypeError is generated when user presses the load annotation button when there are no annotations.

What does this Pull Request do?

Provides a conditional to check whether a variable is defined before proceeding with loading annotations.

How should this be tested?

Natkeeran commented 7 years ago

Works as expected. Thank you.