We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is regarding this block of code: https://github.com/CtrHellenicStudies/OpenVideoAnnotation/blob/master/src/ova.js#L739-L756 My team had a use case where the results of targetSrc and playerSrc were different because playerSrc was a relative link and the values are set based on using lastIndexOf(".").
targetSrc
playerSrc
lastIndexOf(".")
We have a modification that addresses the issue. I will create a pull-request for review. Thank you in advance.
The text was updated successfully, but these errors were encountered:
Addresses issue CtrHellenicStudies#10.
4bd8c58
No branches or pull requests
This issue is regarding this block of code:
https://github.com/CtrHellenicStudies/OpenVideoAnnotation/blob/master/src/ova.js#L739-L756
My team had a use case where the results of
targetSrc
andplayerSrc
were different becauseplayerSrc
was a relative link and the values are set based on usinglastIndexOf(".")
.We have a modification that addresses the issue. I will create a pull-request for review. Thank you in advance.
The text was updated successfully, but these errors were encountered: