From 2be289a0ef4c41bce3690114397ab5a0819a99ce Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 3 Apr 2013 18:39:36 +0200 Subject: [PATCH] Fix exporting on Firefox. #968 --- src/features.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/features.coffee b/src/features.coffee index 05cd5aeec..329579b1c 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -388,9 +388,9 @@ Settings = a.click() return # XXX Firefox won't let us download automatically. - output = @parentNode.nextElementSibling - output.innerHTML = null - $.add output, a + p = $ '.imp-exp-result', Settings.dialog + p.innerHTML = null + $.add p, a import: -> @nextElementSibling.click() onImport: ->