diff --git a/print/resources/inkstitch.js b/print/resources/inkstitch.js index daa2cf4bb..67690df27 100644 --- a/print/resources/inkstitch.js +++ b/print/resources/inkstitch.js @@ -300,7 +300,7 @@ $(function() { // Logo $('#logo-picker').change(function(e) { - var file = e.originalEvent.srcElement.files[0]; + var file = e.originalEvent.currentTarget.files[0]; var reader = new FileReader(); reader.onloadend = function() { var data = reader.result;