-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #486 from JRegimbal/6.0.2
6.0.2
- Loading branch information
Showing
3 changed files
with
924 additions
and
890 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,8 @@ Diva.js is an image viewer compatible with IIIF Presentation API versions [2](ht | |
If you prefer to use a hosted version of Diva, copy and paste the following into the `<head>` of any webpage to | ||
include all the files necessary to use Diva.js. | ||
```html | ||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/diva.js/6.0.1/css/diva.css" /> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/diva.js/6.0.1/js/diva.js"></script> | ||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/diva.js/6.0.2/css/diva.css" /> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/diva.js/6.0.2/js/diva.js"></script> | ||
``` | ||
### Locally (release package) | ||
|
||
|
@@ -120,4 +120,4 @@ To fix this you must ensure that the Diva HTML page, and the location pointed to | |
Let Us Know | ||
----------- | ||
|
||
We're developing Diva.js as part of our research in [Distributed Digital Music Libraries](http://ddmal.music.mcgill.ca). If you use it in your project, it would be great if you could [let us know](mailto:[email protected]). | ||
We're developing Diva.js as part of our research in [Distributed Digital Music Libraries](http://ddmal.music.mcgill.ca). If you use it in your project, it would be great if you could [let us know](mailto:[email protected]). |
Oops, something went wrong.