summaryrefslogtreecommitdiff
path: root/lib/epub.js/examples/mathml.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/epub.js/examples/mathml.html')
-rw-r--r--lib/epub.js/examples/mathml.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/epub.js/examples/mathml.html b/lib/epub.js/examples/mathml.html
index 0daaa2f..a34269b 100644
--- a/lib/epub.js/examples/mathml.html
+++ b/lib/epub.js/examples/mathml.html
@@ -28,7 +28,8 @@
var rendition = book.renderTo("viewer", {
width: "100%",
height: 600,
- spread: "always"
+ spread: "always",
+ allowScriptedContent: true
});
rendition.display(currentSectionIndex);