mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Fixing white space
This commit is contained in:
parent
1e7153e88f
commit
0d43f7e01a
@ -15,13 +15,14 @@
|
||||
<div id="contentDiv" class="openseadragon1"></div>
|
||||
<div id="annotation-div">
|
||||
<input type="button" value="Hide Overlay" id="hideOverlay">
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
var viewer = OpenSeadragon({
|
||||
id: "contentDiv",
|
||||
prefixUrl: "../../build/openseadragon/images/",
|
||||
tileSources: "../data/testpattern.dzi",
|
||||
tileSources: "../data/testpattern.dzi"
|
||||
});
|
||||
|
||||
viewer.addHandler("open", function(event) {
|
||||
|
Loading…
Reference in New Issue
Block a user