diff --git a/framework/assets/js/file.js b/framework/assets/js/file.js index 3dbcf464..f4ec2123 100755 --- a/framework/assets/js/file.js +++ b/framework/assets/js/file.js @@ -228,6 +228,7 @@ FileReader.prototype.readAsText = function(file, encoding) { // If onload callback if (typeof me.onload === "function") { + me.onload({"type":"load", "target":me}); } // DONE state