mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
updated annotator plugin
This commit is contained in:
parent
f55fb69008
commit
2e2f801384
3 changed files with 47 additions and 22 deletions
|
@ -17,6 +17,7 @@
|
|||
<script>window.jQuery || document.write('<script src="fpjs/libs/jquery-1.9.0.min.js"><\/script>')</script>
|
||||
-->
|
||||
<script src="fpjs/libs/jquery-1.9.0.js"></script>
|
||||
<script src="fpjs/libs/jquery-migrate-1.1.1.js"></script>
|
||||
|
||||
<script src="fpjs/libs/modernizr-2.6.2.min.js"></script>
|
||||
<script>
|
||||
|
@ -28,6 +29,7 @@
|
|||
}
|
||||
};
|
||||
|
||||
jQuery.migrateTrace = false;
|
||||
|
||||
</script>
|
||||
|
||||
|
@ -56,6 +58,8 @@
|
|||
<script async src="fpjs/reader/utils.js"></script>
|
||||
<script async src="fpjs/reader/app.js"></script>
|
||||
|
||||
<!-- Annotator -->
|
||||
<script async src="fpjs/libs/annotator-full.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue