Commit 4e112720 authored by OzzieIsaacs's avatar OzzieIsaacs

Working on IE11

parent f890fc15
......@@ -138,6 +138,9 @@ kthoom.setProgressMeter = function(optLabel) {
function loadFromArrayBuffer(ab) {
var f = [];
if (typeof ab !== "object") {
ab = JSON.parse(ab);
}
f.fileData = ab.content;
f.filename = ab.name;
// add any new pages based on the filename
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment