summaryrefslogtreecommitdiff
path: root/print/resources/inkstitch.js
diff options
context:
space:
mode:
Diffstat (limited to 'print/resources/inkstitch.js')
-rw-r--r--print/resources/inkstitch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/resources/inkstitch.js b/print/resources/inkstitch.js
index daa2cf4b..67690df2 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;